- Node version > 15.x
- Contentful API credentials
- Clone the repository.
- Create
.env
file configuring the CONTENTFUL_ credentials and information - Install dependencies:
npm install
.
npm run dev
for implementation purpose (open http://localhost:3000 with your browser to see the result.)npm run build
for generating static pagesnpm run start
for running app- you can also use the
...-with-env
commands 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