Update README.MD

This commit is contained in:
TheGreyDiamond
2022-06-12 21:13:07 +02:00
committed by GitHub
parent 44f6ba9ffb
commit c7bdbde026

View File

@@ -3,9 +3,10 @@ open360viewer is an opensource 360° media viewer. It is based on electron and m
## Getting started ## Getting started
Currently the viewer can only be used if you have nodeJs installed. Complete packaging is planned. Currently the viewer can only be used if you have nodeJs installed. Complete packaging is planned.
1. Install dependencies using `npm install` 1. Download the repository
2. Build and minify all assets using `npm run buildCss` and `npm run minify` 2. Install dependencies using `npm install`
3. Just run it using `npm start` 3. Build and minify all assets using `npm run buildCss` and `npm run minify`
4. Just run it using `npm start`
If you are developing you might want to use `npm run startDev` as it also builds all assets at each launch. If you are developing you might want to use `npm run startDev` as it also builds all assets at each launch.
## Features ## Features