remove old models; update README

This commit is contained in:
Lukas F. Hartmann
2018-04-12 18:32:57 +02:00
parent 012a76ee1f
commit 4012ee0c1c
7 changed files with 11 additions and 494 deletions

View File

@@ -35,7 +35,9 @@ It also has some optional binary dependencies for advanced media conversion:
By default, media files are uploaded to the ```storage``` folder.
To run Spacedeck, you only need Node.JS 9.x. Then, to install all node dependencies, run
To use Spacedeck, you only need Node.JS 9.x.
Then, to install all node dependencies, run
npm install
@@ -47,13 +49,16 @@ To rebuild the frontend CSS styles (you need to do this at least once):
See [config/default.json](config/default.json)
# Run
# Run (web server)
export NODE_ENV=development
npm start
node spacedeck.js
Then open http://localhost:9666 in a web browser.
# Run (desktop app with integrated web server)
electron .
# License
The Spacedeck logo and brand assets are registered trademarks of Spacedeck GmbH. All rights reserved.