Skip to content

Digitaalinen väyläkortti

License

Notifications You must be signed in to change notification settings

finnishtransportagency/dvk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Digitaalinen väyläkortti

Install required node packages

npm install

Run in local env

npm run start

Build and run production version

npm run build
serve -s build

Run preview app in local env

npm run startpreview

Build and run preview app production version

npm run buildpreview
serve -s build