Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3,177 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build

MVJ UI

City of Helsinki Land lease UI

What's in the box?

Usage with devcontainer

Open your editor, and then Reopen in Container (vscode).

Run vite dev server and expose port:

yarn --immutable
yarn dev:leasing --host
yarn dev:landuse --host

Usage w/o Docker

1. Yarn

Make sure you have Yarn installed globally.

2. Install dependencies

yarn --immutable

3. Add .env file

cp .env.example .env

4. Start the development server

yarn dev:leasing
yarn dev:landuse

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

Automatic Code formatting

Install Prettier extension for VSCode. The editor will format TypeScript and SCSS files automatically on save.

Environment variables

There are multiple .env files. Fill them in based on .env.example files:

  • apps/leasing/.env
  • apps/landuse/.env

The files contain e.g.

  • API URL
  • authentication provider parameters
  • feature flags

About

City of Helsinki land lease system UI

Resources

Stars

7 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages