Open Source Subscription Analytics
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
app
bin
config
db
lib
public
storage
test
vendor
.babelrc
.gitignore
.postcssrc.yml
.ruby-version
Gemfile
Gemfile.lock
LICENSE
Procfile.dev
README.md
Rakefile
config.ru
package.json
yarn.lock

README.md

Subsdash

Open Source Subscription Analytics

Developing Subsdash

After you clone the repo, simply install all the gem, create and migrate the database, and start the servers with Procfile.dev

$ bundle install
$ yarn install
$ rake db:create
$ rake db:migrate
$ bundle exec foreman start -f Procfile.dev

This will install all the gems and start a development server on port 3000.