Skip to content

NewPublicArtFoundation/publicart-site

Repository files navigation

Public Art Website

screen shot 2019-01-26 at 9 21 02 pm

Getting started

git clone https://github.com/heroku/list-of-ingredients.git
cd list-of-ingredients
bundle
yarn --cwd client install
bin/rake db:migrate db:seed start

Once you're ready to deploy to Heroku, run:

heroku apps:create
heroku buildpacks:add heroku/nodejs --index 1
heroku buildpacks:add heroku/ruby --index 2
git push heroku master
heroku run rake db:seed
heroku open

Or you can click this button to deploy straight to Heroku from this repository:

Deploy

Success!

Suggestions, problems, typos?

Get in touch by adding an issue.