Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 337 Bytes

File metadata and controls

20 lines (14 loc) · 337 Bytes

Ukraine Data Explorer

Set up

  • Check out the repository
  • Run npm install

Build the project

npm run build

Start the local server

npm start

Run watch for automatic updates during development

npm run watch

Deploy

npm run deploy

Deploy via Github Action

  • Go to Actions > Deploy UDE > Run workflow