Skip to content

Commit

Permalink
Add deployment notes
Browse files Browse the repository at this point in the history
  • Loading branch information
1j01 committed Mar 16, 2020
1 parent 195aaab commit 3bece42
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -154,6 +154,12 @@ You could use a plain HTTP server such as `python -m SimpleHTTPServer`
but I prefer [Live Server](https://github.com/tapio/live-server) which you can insall with `npm i live-server -g`
and then use by running `live-server` in a separate command line tab/window/instance.

#### Deployment Notes

Deployed to Firebase Hosting.

* Make sure the app is built. There's only a watch task for now `npm run dev` so I can't easily add a script that does a one-off build and deploys.
* `firebase deploy`

### License

Expand Down
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -51,7 +51,8 @@
"start": "nw",
"dev": "gulp",
"watch": "gulp",
"test": "mocha --compilers coffee:coffeescript/register"
"test": "mocha --compilers coffee:coffeescript/register",
"deploy": "echo \"Run npm run dev, then firebase deploy\""
},
"window": {
"icon": "images/icons/48.png",
Expand Down

0 comments on commit 3bece42

Please sign in to comment.