Project Relay is a hub of How-To guides for your favorite DIY projects. Create original projects, and branch new versions of others.
-
On the web: https://project-relay.herokuapp.com/
-
Local Deployment instructions:
(for best results, run on a unix-based OS, with Ruby 2.4.5 or higher)
A) In one tab of your command line application run:
- $ ruby shell_commands.rb
- $ yarn run start
B) In a second tab of your command line application run: $ rails s
C) In your browser, navigate to localhost:3000