diff options
author | Indrajith K L | 2018-08-12 02:56:07 +0530 |
---|---|---|
committer | Indrajith K L | 2018-08-12 03:00:14 +0530 |
commit | db47cb139e2677fb0d57f7c5fd5198d76ee2ca56 (patch) | |
tree | 43fce1a8614bf057cae1a7ca4e84827eb90c5eb8 | |
parent | 58de0c73901edf7c90738c59c20046ab13b5096d (diff) | |
download | js13kgames-template-db47cb139e2677fb0d57f7c5fd5198d76ee2ca56.tar.gz js13kgames-template-db47cb139e2677fb0d57f7c5fd5198d76ee2ca56.tar.bz2 js13kgames-template-db47cb139e2677fb0d57f7c5fd5198d76ee2ca56.zip |
Adds instructions :books:
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ Integrated gulp build process for : ## Usage ```bash -npm start # for development +npm start # for development live reloading server ``` ```bash npm release # for minification+zip (final output will be available on ./dist/archive.zip) |