Skip to content

Gratzi/pegg-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pegg-scripts

Node.js scripts for managing Pegg data/services.

Getting Started

Clone this repository and cd into project folder.

git clone https://github.com/PeggApp/pegg-scripts

Install project dependencies.

npm install

Start the server and compile coffee automatically.

npm run dev

Run the tests

npm test

Run migrations

npm install -g migrate
migrate up
migrate down

Run in production

NODE_ENV=production npm run dev

## TODO


## License

Copyright (c) 2014 Augustin Bralley

About

Node.js scripts for managing the Pegg Parse backend.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published