Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Commit 40015ca

Browse files
committed
update Readme
1 parent 0176070 commit 40015ca

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@
88
[https://dev.coderplex.org](https://dev.coderplex.org)
99

1010
## Running Locally
11-
- clone this repo
11+
1. Make sure you have [NodeJS](https://nodejs.org/) and [npm](https://www.npmjs.com/) installed.
12+
2. We also need backend API so follow instructions here to setup and start backend server [here](https://github.com/coderplex/coderplex-backend)
13+
3. Then clone this repo
1214
```
1315
git clone [email protected]:coderplex/coderplex-website.git
1416
```
15-
- `cd coderplex-website`
16-
- `npm install`
17-
- `npm run dev:with-api` to start local development server
18-
- Open app at `localhost:3000`
19-
- Edit files and see results in browser (no need to refresh browser as it support HotModuleReplacement).
17+
4. `cd coderplex-website`
18+
5. `npm install`
19+
5. `npm run dev` to start local development server
20+
6. Open app at `localhost:3000`

0 commit comments

Comments
 (0)