- Frontend
- Typescript / Next.js / MaterialUI
- JSS / SCSS / SCSS Guidelines
- Formik / MobX
- ESlint / Prettier / Husky / Stylelint / Lint Staged
- Sentry
- Backend
- DevOps
git clone https://github.com/podkrepi-bg/frontend
cd frontend
# Symlink dev environment
ln -hfs .env.dev .env
# Symlink dev environment on Windows
mklink .env .env.dev
# View existing remotes
git remote -v
# Change the 'origin' remote's URL
git remote set-url origin https://github.com/podkrepi-bg/frontend
# Check updated remotes
git remote -v
docker-compose up -d
Visit http://localhost:3040/
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!