Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use bin/dev to start the application #2455

Merged
merged 1 commit into from
Apr 25, 2024
Merged

Use bin/dev to start the application #2455

merged 1 commit into from
Apr 25, 2024

Commits on Apr 25, 2024

  1. 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.
    smaboshe committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    f12b9df View commit details
    Browse the repository at this point in the history