Last updated 4 years ago
Was this helpful?
git clone git@github.com:daritelska-platforma/frontend.git cd frontend # Symlink dev environment ln -s .env.example .env # Install dependencies yarn
yarn dev
Visit
Install the binary via
docker-compose up
docker-compose up -d docker-compose logs -f
Stop the docker container with docker-compose down
docker-compose down
yarn lint yarn lint:styles yarn format yarn type-check