You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Install dependencies:
6
6
npm i
7
7
```
8
8
9
-
Create a `.env` file and copy the keys and values from `.env.example`.
9
+
IMPORTANT: Create a `.env` file and copy the keys and values from `.env.example`.
10
10
11
11
Running the client server locally:
12
12
@@ -20,6 +20,8 @@ Running tests:
20
20
npm run test
21
21
```
22
22
23
+
Note: Even if you aren't developing the backend, you should set up the the [backend](https://github.com/codebuddies/backend) and run it locally so that the frontend has a local API to talk to.
0 commit comments