Skip to content

AlineRibeiro/ScienceMotions-rails

 
 

Repository files navigation

README

You should have installed

create postgres user createuser --interactive --pwprompt with password: password and username postgres

To run the project:

  1. git clone [email protected]:JessicaML/ScienceMotions-rails.git
  2. cd ScienceMotions-rails
  3. yarn && bundle install
  4. rake db:create
  5. rake db:migrate
  6. open bin/webpack-dev-server in one tab
  7. and bin/rails s in another tab

if you are having problems creating the db, try

  • rake db:reset
  • rake db:create
  • rake db:migrate

Live site: https://scimo.herokuapp.com

Support us on Patreon!

We love you!! <3 https://www.patreon.com/ScienceMotions

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 49.6%
  • JavaScript 33.9%
  • CSS 11.2%
  • HTML 4.1%
  • Other 1.2%