Fix start up steps list

trunk
Thomas Riboulet 2 years ago
parent b936acf467
commit 91ee64892c

@ -29,9 +29,9 @@ Run the `bin/setup` script. This script will:
### Run it! ### Run it!
1. Start Redis and PostgreSQL databases as containers `docker-compose up -d` 1. Start Redis and PostgreSQL databases as containers `docker-compose up -d` (the template script will start them already the first time, you will probably need to do it again after a reboot)
2. Run `bin/rake` to run all tests and lint checks. 2. Run `bin/rake` to run all tests and lint checks.
3. Start the app with `yarn start` 3. Start the app with `bin/rails s`
Access the app at <http://localhost:3000/>. Access the app at <http://localhost:3000/>.

Loading…
Cancel
Save