- Node version > 15.x
- Contentful API credentials
- Clone the repository.
- Create
.envfile configuring the CONTENTFUL_ credentials and information - Install dependencies:
npm install.
npm run devfor implementation purpose (open http://localhost:3000 with your browser to see the result.)npm run buildfor generating static pagesnpm run startfor running app- you can also use the
...-with-envcommands and provide the env file asnpm run dev-with-env --env=.env.dev.at
See TRANSLATIONS.md for all the info needed regarding translations
See REPO_STRUCTURE.md for all the info needed regarding project organizations