Skip to content

prettierci-commits/npoint

 
 

Repository files navigation

npoint

Setup

npm install

Development

rails s -p 3001
npm start

Production build

  1. Build files
npm run build
  1. Make an "add build files" commit

Deploying

Set up heroku branches:

heroku git:remote -a npoint-io-staging
git remote rename heroku staging

heroku git:remote -a npoint-io
git remote rename heroku production

Push:

git push staging master
git push production master

Maybe run migrations:

heroku run rake db:migrate --app npoint-io-staging
heroku run rake db:migrate --app npoint-io

Bookmarks

About

Simple, powerful JSON endpoints

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 50.0%
  • Ruby 34.4%
  • CSS 10.9%
  • HTML 4.7%