Browse Source

Add some links

pull/702/head
baarkerlounger 3 years ago
parent
commit
ec113d0057
  1. 14
      docs/developer_setup.md

14
docs/developer_setup.md

@ -4,13 +4,13 @@ The most common way to run a development version of the application is run with
Dependencies: Dependencies:
- Ruby - [Ruby](https://www.ruby-lang.org/en/)
- Rails - [Rails](https://rubyonrails.org/)
- PostgreSQL - [PostgreSQL](https://www.postgresql.org/)
- NodeJS - [NodeJS](https://nodejs.org/en/)
- Gecko driver (https://github.com/mozilla/geckodriver/releases) [for running Selenium tests] - [Gecko driver](https://github.com/mozilla/geckodriver/releases) [for running Selenium tests]
We recommend using RBenv to manage Ruby versions. We recommend using [RBenv](https://github.com/rbenv/rbenv) to manage Ruby versions.
1. Install PostgreSQL 1. Install PostgreSQL
@ -64,7 +64,7 @@ We recommend using RBenv to manage Ruby versions.
gem install bundler gem install bundler
``` ```
5. Install Javascript dependencies 5. Install JavaScript dependencies
macOS: macOS:

Loading…
Cancel
Save