git ssb

1+

dinoworm ๐Ÿ› / catstack



Commit 005498809abc6404d437ff851162dd9ec4850309

update scripts docs

Michael Williams committed on 1/10/2016, 9:59:30 PM
Parent: ffc4b0d62468020be958609fc56c841f77affd6e

Files changed

README.mdchanged
README.mdView
@@ -58,26 +58,29 @@
5858 - [start](#start)
5959 - [test](#test)
6060 - [lint](#lint)
6161 - [format](#format)
62-- [shrinkwrap](#shrinkwrap)
63-- [webpack-rails](#webpack-rails)
62+- [database](#database)
63+ - [pg](#pg)
64+ - [knex](#knex)
6465
6566 ### install
6667
6768 ```shell
6869 npm install
6970 ```
7071
71-### dev
72+### start
7273
74+#### dev
75+
7376 starts development environment
7477
7578 ```shell
7679 npm run dev
7780 ```
7881
79-### prod
82+#### prod
8083
8184 starts production environment
8285
8386 ```shell

Built with git-ssb-web