/samenvvv

Samenvvv Web Project

Primary LanguageTypeScriptMIT LicenseMIT

Getting Started

All Contributors

First, run the development server:

yarn dev

Make sure your backend server is running under http://localhost:1337 Set environment variable in .env.local as NEXT_PUBLIC_ADMIN_URL=http://localhost:1337

Open http://localhost:3000 with your browser to see the result.

Types

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.

Naming Conventions

Commits

Valid commit types:

  • feature
  • chore
  • feat
  • fix
  • refactor
  • style
  • lint
  • test
  • translation

Examples:

fix: solved dynamic import
test(utils): added util function test

Branches

Valid branch names:

  • feature
  • feat
  • fix
  • chore
  • hotfix
  • ui
  • translation

Examples:

feat/slider-component
ui/theme-colors
translation/common

Contributors ✨

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!