Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ The React apps use [Shopify Polaris](https://polaris.shopify.com/) as the base U
Follow the instructions on the "Development > Setting Up the Development Environment" page on the Hack Cambridge Notion. Basic usage is as follows.

```bash
git clone git@github.com:hackcambridge/hc2020-prototype.git
./hc2020-prototype/.hackcambridge/hc-dev-install.sh
git clone git@github.com:hackcambridge/hackaestus.git
./hackaestus/.hackcambridge/hc-dev-install.sh
```

Whenever pulling a new version you recompile the React apps and migrate the database (as shown below).
Expand Down
2 changes: 1 addition & 1 deletion terraform/remote.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
organization = "HackCambridge"

workspaces {
name = "hc2020-prototype"
name = "hackaestus"
}
}
}