- Typescript
- Next.js
- MaterialUI
- MobX
- SCSS
- SCSS Guidelines
- ESlint
- Prettier
- Stylelint
- Github Actions
- Docker Compose
git clone [email protected]:daritelska-platforma/frontend.git
cd frontend
# Symlink dev environment
ln -s .env.example .env
yarn dev
Visit http://localhost:3040/
Install the binary via https://docs.docker.com/compose/install/
docker-compose up
docker-compose up -d
docker-compose logs -f
Stop the docker container with docker-compose down
yarn lint
yarn lint:styles
yarn format
yarn type-check
yarn build
docker build . \
--file ./Dockerfile \
--target production \
--build-arg NODE_ENV=production