Skip to content

City of Helsinki land lease system UI

License

Notifications You must be signed in to change notification settings

City-of-Helsinki/mvj-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build codecov

MVJ UI

City of Helsinki Land lease UI

What's in the box?

Usage with Docker

Start the docker container with:

docker-compose up

The project is now live at http://localhost:3000

You can log into the container to execute some commands like so:

docker exec -it mvj-ui bash

If you want to set up full integration with mvj backend and tunnistamo, check here for the guidance.

Usage w/o Docker

1. Yarn

Make sure you have Yarn installed globally.

2. Install dependencies

yarn

3. Add .env file

cp .env.example .env

4. Start the development server

yarn start

5. Compile the distribution build

yarn run build

Test

Run the test suite

yarn test

Run the test suit in watch mode

yarn run test:watch

Generate the test coverage report

yarn run test:coverage