An blog template made with Nextjs + Strapi.
Go to backend folder: cd backend
Copy .env.example data into a .env.local file cp .env.example .env
Generate Random Secrets for each Keys/Secret with the string 'tobemodified': https://www.md5hashgenerator.com/
Create a admin user, generate an API Token in settings > API Tokens. Copy the token and
Go back to the root folder
Copy .env.example data into a .env.local file cp .env.example .env.local
Copy the API Token and paste in the .env.local: NEXT_PUBLIC_STRAPI_API_URL
Go to the backend folder and run the strapi API: yarn start
or npm run start
Go back to the root folder and run the next.js server: yarn dev
or npm run dev