diff options
author | Indrajith K L | 2018-08-12 02:56:07 +0530 |
---|---|---|
committer | Indrajith K L | 2018-08-12 02:56:07 +0530 |
commit | 58de0c73901edf7c90738c59c20046ab13b5096d (patch) | |
tree | f1b351328541bd15cc8edbeb6204682bbfd7342e | |
parent | 206261d30d4c2b86e9902721e03a9191986ce570 (diff) | |
download | js13kgames-template-58de0c73901edf7c90738c59c20046ab13b5096d.tar.gz js13kgames-template-58de0c73901edf7c90738c59c20046ab13b5096d.tar.bz2 js13kgames-template-58de0c73901edf7c90738c59c20046ab13b5096d.zip |
Adds instructions :books:
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -11,6 +11,14 @@ Integrated gulp build process for : * Final Zip file Compression * Shows final zip file size. +## Usage + +```bash +npm start # for development +``` +```bash +npm release # for minification+zip (final output will be available on ./dist/archive.zip) +``` ## Support me [<img height='36' style='border:0px;height:36px;' src='https://az743702.vo.msecnd.net/cdn/kofi3.png?v=0' border='0' alt='Buy Me a Coffee at ko-fi.com' />](https://ko-fi.com/R6R36EBQ)
\ No newline at end of file |