Skip to content

Commit

Permalink
Document authui dev server startup command
Browse files Browse the repository at this point in the history
  • Loading branch information
andychow326 committed Sep 5, 2024
1 parent 6daf83d commit b2f8775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ This project uses asdf, and there is a .tool-versions file at the project root.

## Run

1. In case you have made changes to authui, you run `make authui` to re-build the assets.
1. In case you have made changes to authui, you run `make authui` to re-build the assets, or run `make authui-dev` to start the development server (Hot Reload/Hot Module Replacement supported).
2. In case you have not started the dependencies, run `docker compose up -d`.
3. Run `make start` to run the main server.
4. Run `make start-portal` to run the portal server.
Expand Down

0 comments on commit b2f8775

Please sign in to comment.