If it's your first time setting up for local development, do the following steps:
-
In the root directory, initialize
rbenv:$ rbenv init
-
Run the setup script:
$ bin/setup
-
Start the server:
$ foreman start
-
Navigate to http://localhost:3000. You should see your app!
To run the linter locally, run the following command: bundle exec standardrb --fix. If you forget to do this, the linter will run when a pull request is opened. To ignore the linter, here is a guide.