Gai Savoir website front-end, made with Next.js.
Gai Savoir website : https://www.gai-savoir.fr
Back-end source code : https://github.com/kyldex/gai-savoir-strapi-api
(English below)
Le Gai Savoir est une plateforme de contenus intellectuels, artistiques et citoyens visant à se libérer de la logique de segmentation propre à la politique et aux industries culturelles et créatives.
Le Gai Savoir is a platform for intellectual, artistic and civic content designed to break free of the segmentation inherent in politics and the cultural and creative industries.
→ https://www.gai-savoir.fr/apropos
- Node 18+, 20+
npm install
Create a .env.development file at the root of the project with the .env.example example. You can keep the same values for NEXT_PUBLIC_STRAPI_API_URL and NEXT_PUBLIC_WEBSITE_URL. CLIENT_PREVIEW_SECRET and REVALIDATE_SECRET are shared with the Strapi back-end. If needed, you can generate random keys using :
openssl rand -base64 16Start the Next.js development server with :
npm run devGo to : http://localhost:3000.
Build the app :
npm run build
Launch the app :
npm run start