Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gr812b committed Apr 24, 2024
1 parent 6341774 commit e254d35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ Setup complete!

### Individual startup

For Quarkus, you can use the Quarkus CLI or Maven commands.
For Quarkus, you can use the Quarkus CLI or Maven commands. For more information, see the readme in the `backend/` folder.
1. Ensure that java 21 is being used. You can check with the `java --version` command.
2. In the `backend/` folder, run either: `quarkus dev` or `./mvnw quarkus:dev`
3. Profit.
3. Head to `localhost:8080` to test it out!

To run the front end, simply use the react scripts
1. Ensure you have NodeJS and npm installed.
2. In the `front-end/` folder, run the `npm start` command.
3. Profit.
3. Head to `localhost:3000` to test it out!

## Known errors
- Powershell script unsigned, means script won't run unless `Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass` is run in powershell first
Expand Down

0 comments on commit e254d35

Please sign in to comment.