Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Iain-S authored Sep 27, 2022
1 parent 9053d88 commit d41f627
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ An autonomous Nerf turret

### Obtain the Code

1. Clone the repository `git clone path/to/sentry-bot-repo`
1. Change directory `cd sentry-bot/`
1. Clone the repository with something like `git clone path/to/sentry-bot-repo`
1. Change directory with `cd sentry-bot/`
(subsequent instructions assume you are in the repo root directory)

#### Layout
Expand Down Expand Up @@ -67,10 +67,10 @@ The formatters and linters specified in [.pre-commit-config.yaml](.pre-commit-co

#### Frontend

1. Check that you can build the frontend `./build_frontend.sh`
1. Check that you can build the frontend with `./build_frontend.sh`
(you can build whenever a .ts file changes by adding a `--watch` argument)

## Run the Server

1. Run the webserver with `flask --app sentrybot --debug run`
1. Go to `localhost:5000/`
1. Go to `localhost:5000/` in your web browser

0 comments on commit d41f627

Please sign in to comment.