- Frontend
- Typescript / Next.js / MaterialUI
- JSS / SCSS / SCSS Guidelines
- Formik / MobX
- ESlint / Prettier / Husky / Stylelint / Lint Staged
- Sentry
git clone [email protected]:podkrepi-bg/frontend.git
cd frontend
# Symlink dev environment on unix
ln -hfs .env.local.example .env.local
# Symlink dev environment on Windows
mklink .env.local.example .env.local
# Start the project
yarn devVisit http://localhost:3040/
In order to use the frontend together with the API for it you need to clone and start the backend project.
Follow API instructions at https://github.com/podkrepi-bg/api#setup-development-environment
Please check contributors guide for:
- Development setup
- Linting
- Production setup
- Pull requests guidelines
- Branching strategy
- React guidelines
Thanks goes to these wonderful people:
If you want to be added or removed from this list please follow up on this issue.
This project follows the all-contributors specification. Contributions of any kind are welcome!