Update README

This commit is contained in:
Basti 2017-12-17 16:02:08 +00:00
parent a121128d28
commit 92d4b5c73d
1 changed files with 12 additions and 4 deletions

View File

@ -1,7 +1,8 @@
# inspektor
# RS Inspektor
This README outlines the details of collaborating on this Ember application.
A short introduction of this app could easily go here.
Inspektor is a simple file browser for inspecting the contents of a
[remoteStorage](https://remotestorage.io) account. It is intended for RS app
developers and power users.
## Prerequisites
@ -40,7 +41,14 @@ Make use of the many generators for code, try `ember help generate` for more det
### Deploying
Specify what it takes to deploy your app.
With the 5apps remote added correctly (and push access to the GitLab repo),
just run:
npm run deploy
If you want to deploy this from and to different repos, have a look at the
`scripts` section in `package.json`, as well as `scripts/deploy.sh` for how it
works.
## Further Reading / Useful Links