Skip to content

alfonsocartes/cartes_dev

Repository files navigation

cartes.dev official website

This website showcases Next.js's Static Generation feature using Markdown files as the data source.

The main technologies used are:

Run the project

$ git clone https://github.com/alfonsocartes/cartes_dev.git
$ cd cartes_dev
$ yarn
$ yarn dev

Notes

This website uses Tailwind CSS. To control the generated stylesheet's filesize, this example uses Tailwind CSS' v2.0 purge option to remove unused CSS.

Special thanks

Special thanks to Lee Robinson for a great source of inspiration and sample code.