Skip to content

Project created as a part of Startup Engineering course.

Notifications You must be signed in to change notification settings

dst/bitstarter

 
 

Repository files navigation

ToothLogger

Running

Prepare configuration. Get your Coinbase key from coinbase.com/account/integrations

$ cp .env.dummy .env

Run locally

Install dependencies

$ npm install

Run server locally

$ foreman start

Run at heroku

$ git push production-heroku master:master
$ heroku config:push

Using guard-livereload

Detailed instructions about installing guard-livereload can be found here: https://github.com/guard/guard-livereload To activate guard-livereload:

  • start server from livereload directory:

    $ bundle exec guard --watchdir ../
    
  • enable LiveReload extension in Chrome by pressing button

About

Project created as a part of Startup Engineering course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 58.4%
  • JavaScript 33.3%
  • Shell 7.4%
  • Ruby 0.9%