diff --git a/README.md b/README.md index 1e28293..06b5b33 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ # Autograder -## Big Picture ## +## Big Picture + 1. Front end is written in React, which is a Typescript framework. Vite is the front-end build tool. 2. Database will be Postgres. Database migrations are managed using Goose. 3. Backend is Go with the Echo framework. - -## How to setup the development environment + +## How to setup the development environment ### On Linux/Mac @@ -14,21 +15,25 @@ 3. On the terminal, run `chmod +x ./dev.sh` to modify permissions 4. On the terminal, run `cd web && yarn && yarn run dev` to install the React dependencies. Once you see the `build in