Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 319 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 319 Bytes

GIFts

Getting Started

# install dependencies
npm install

# start app
npm start

# restart app
npm restart

# stop app
npm stop

# check app status
npm run status

# tail app logs
npm run logs

# flush app logs
npm run logs:flush

License

MIT