Local Development
Local development
Setup local dev environment
git clone [email protected]:daritelska-platforma/frontend.git
cd frontend
# Symlink dev environment
ln -s .env.example .env
# Install dependencies
yarnStart development server
yarn devVisit http://localhost:3040/
Start dev server via Docker Compose
Install the binary via https://docs.docker.com/compose/install/
Start the container in foreground
Start the container in background
Stop the docker container with docker-compose down
Linting
Last updated
Was this helpful?