This is the repository for the website of the Mouvement National Lycéen. It uses Notion as a CMS for articles but also all website strings and is built with Nuxt.js.
# Install dependencies $ yarn install # Set the Notion token $ echo "NOTION_TOKEN=your_token" > .env # Download the Notion database $ yarn pull # Run the development server $ yarn dev