Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 557 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 557 Bytes

OEO-Viewer

1- Install npm:

  • On linux: sudo apt install npm

  • On MacOS: brew install node

  • On windows see here.

2- Clone the repository and in the '/client' directory run the following commands:

npm install
node dev-server.js

3- To build the minimized version:

npm run build

This will generate a series of files inside the dist folder. If the dist folder contains the files from a previous build command, remove them before running a new build.