Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.
/ speech-daemon Public archive

Startup Weekend Sarawak 2016 Initial Pitch Prototype

Notifications You must be signed in to change notification settings

kiyui/speech-daemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

speech-daemon

Initial Startup Weekend Sarawak 2016 Pitch

development

  • Run npm run up to start Express.
  • Run npm run bundle to build application bundle.
  • Run npm run start to build & watch application bundle.

mongodb

  • Run docker run --name mongo-speech -d -p 27017:27017 mongo to create and start a MongoDB instance.
  • Run docker start mongo-speech to start the container.
  • Run docker stop mongo-speech to stop the container.
  • Run docker rm mongo-speech to remove the container.

About

Startup Weekend Sarawak 2016 Initial Pitch Prototype

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published