Skip to content

Commit 2200045

Browse files
angelocordonlpatmo
authored andcommitted
Add SKIP_PREFLIGHT_CHECK to .env
Update development instructions in README to add .env file.
1 parent c1a4757 commit 2200045

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SKIP_PREFLIGHT_CHECK = true

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
/node_modules
55
/.pnp
66
.pnp.js
7+
.env
78

89
# testing
910
/coverage

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## Setup
2+
3+
Install dependencies:
4+
5+
```bash
6+
npm i
7+
```
8+
9+
Create a `.env` file and copy the keys and values from `.env.example`.
10+
11+
Running the client server locally:
12+
13+
```bash
14+
npm run start:client
15+
```
16+
17+
Running tests:
18+
19+
```bash
20+
npm run test
21+
```
22+
123
## **Overview of Codebuddies**
224

325
### **What is CodeBuddies?**

0 commit comments

Comments
 (0)