First, run the development server:
yarn devMake sure your backend server is running under http://localhost:1337 Set environment variable in
.env.localasNEXT_PUBLIC_ADMIN_URL=http://localhost:1337
Open http://localhost:3000 with your browser to see the result.
All global declared types in types folder correspond Strapi data models
If your data model is changed in Strapi backend make sure you change types in the frontend project in order to keep type safety.
Valid commit types:
- feature
- chore
- feat
- fix
- refactor
- style
- lint
- test
- translation
Examples:
fix: solved dynamic import
test(utils): added util function test
Valid branch names:
- feature
- feat
- fix
- chore
- hotfix
- ui
- translation
Examples:
feat/slider-component
ui/theme-colors
translation/common
Thanks goes to these wonderful people (emoji key):
Talip Altas 💻 👀 🚇 🎨 |
yuskara 💻 🎨 |
Bozturk |
Burak Esen 💻 👀 |
Celil Tat 💻 |
Mustafa 💻 |
Me 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!