We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9e024e commit da11c29Copy full SHA for da11c29
README.md
@@ -11,7 +11,7 @@ The website codebase is written in ReactTS (TypeScript), and connects to the CMS
11
## Setup
12
13
0. Ensure you have `node v16`, `yarn v1` installed. See onboarding docs for more info.
14
-1. Ensure you've already setup `waterloop-cms`. Please follow the README.md guide for waterloop-cms if you haven't already.
+1. Ensure you've already setup `waterloop-cms` (then start waterloop-cms backend). Please follow the README.md guide for waterloop-cms if you haven't already.
15
1. Install dependencies with `yarn install`
16
2. Create a `.env` file, then copy + paste relevant variables from [wloop.ca/web-env-vars](wloop.ca/web-env-vars)
17
3. Launch the website in a new terminal with `yarn start`
0 commit comments