MizarWidget, a webGL client to display geographical data on planets or sky |
MIZAR is a CNES web application, developed in collaboration with IAS (Institut d'Astrophysique Spatial d'Orsay) for the requirements, with the support of CDS (Centre de Données astronomique de Strasbourg) as data provider.
These instructions will get you a copy of the project up and running on your local machine for development.
What things you need to install the software and how to install them
nodejs
npm
git clone https://github.com/MizarWeb/MizarWidget.git
cd MizarWidget
git submodule init
git submodule update
# Build
cd external/Mizar
npm install
cd ../..
npm install
npm start
cd docker
sh ./build.sh
cd external/Mizar
npm run build:prod
npm run doc:create
npm run license
cd ../..
npm run build:dist
Then copy all the dist directory to your web server.