Skip to content

crguezl/pl-nextra

Repository files navigation

PROCESADORES DE LENGUAJES NOTES

These are the notes for the subject Procesadores de Lenguajes taught at Grado de Ingeniería Informática de la Universidad de La laguna.

Feel free to use them, but remember that they are not perfect and may contain errors. If you find any, please let me know. See the notes →

Fork

Click the button "Use this template" to create or Fork the repository and study the lesson Learning and Playing with Nextra to learn how to use the Nextra framework.

Modify the configuration files

  • middleware.js,
  • theme.config.tsx,
  • next.config.js,
  • package.json,
  • the components folder,
  • the scripts folder,

You have to add the corresponding .env files to the root of the project for the secrets

.env.local            .env.netlify.local    .env.production.local .env.vercel.local

Modify the content of the pages directory to adapt the notes to your needs.

Local Development

You need node and npm installed on your machine.

First, run npm i to install the dependencies.

Then, run npm dev to start the development server and visit localhost:3000.

License

This project is licensed under the MIT License.

Releases

No releases published

Packages

No packages published