Skip to content

Commit

Permalink
Add helper script to kick things off in dev mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
crertel committed Oct 28, 2016
1 parent cea6e44 commit 8f4c323
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions start_dev
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

PORT=3000 DB_STRING="postgresql://swarmcontrol:test@localhost:5432/swarm" npm start

0 comments on commit 8f4c323

Please sign in to comment.