Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
bin/dev
to start the application
Previously, we used `foreman start` to start the local application server. This did not give us a smooth experience if `foreman` was not already installed. This commit adds `bin/dev` to start the local application. `bin/dev` has become a convention. The script checks for `foreman` and installs it if it is not already available.
- Loading branch information