
gaia-viewer
Functions to visualize the map and boards for gaia project inside html canvas
Requirements
Depending on your version of node and your OS, the binaries for node-sass might need to be built rather than downloaded.
This can generally be avoided if you have a LTS version of node installed: https://nodejs.org/en/.
If you have errors during npm install
due to manually building modules, you can try this:
Windows
npm install --global --production windows-build-tools
Mac
- install python 2.7 + (not 3.x)
- run
xcode-select --install
in the terminal
See here for why.
Unix
sudo apt install build-essentials
Build
npm install
npm run serve
And open localhost:8080 in the browser.