formatting readme
This commit is contained in:
parent
7473403564
commit
111faeae68
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@ This project is currently in the early stages of development! It will definitely
|
||||||
2. `$ npm install`
|
2. `$ npm install`
|
||||||
3. Install MongoDB and make sure it is running
|
3. Install MongoDB and make sure it is running
|
||||||
4. Create a file called `.env` in the root of this directory that looks like
|
4. Create a file called `.env` in the root of this directory that looks like
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
MONGO_URL=mongodb://localhost:27017/p5js-web-editor
|
MONGO_URL=mongodb://localhost:27017/p5js-web-editor
|
||||||
PORT=8000
|
PORT=8000
|
||||||
|
@ -27,6 +28,7 @@ This project is currently in the early stages of development! It will definitely
|
||||||
2. `$ npm install`
|
2. `$ npm install`
|
||||||
3. Install MongoDB and make sure it is running
|
3. Install MongoDB and make sure it is running
|
||||||
4. Create a file called `.env` in the root of this directory that looks like
|
4. Create a file called `.env` in the root of this directory that looks like
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
MONGO_URL=mongodb://localhost:27017/p5js-web-editor
|
MONGO_URL=mongodb://localhost:27017/p5js-web-editor
|
||||||
PORT=8000
|
PORT=8000
|
||||||
|
|
Loading…
Reference in a new issue