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

Skip to content

Commit c71c901

Browse files
authored
Update Readme
1 parent df41de2 commit c71c901

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
# **Work In Progress** new coderplex site
2-
31
[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo)
42
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
53

4+
# About
5+
**Work In Progress** new Coderplex website
6+
67
## Demo
78

89
[https://dev.coderplex.org](https://dev.coderplex.org)
@@ -17,12 +18,12 @@
1718

1819
## Running Locally
1920
1. Make sure you have [NodeJS](https://nodejs.org/) and [npm](https://www.npmjs.com/) installed.
20-
2. We also need backend API so follow instructions here to setup and start backend server [here](https://github.com/coderplex/coderplex-backend)
21+
2. We also need backend API so follow instructions [here](https://github.com/coderplex/coderplex-backend) to setup and start backend server
2122
3. Then clone this repo
22-
```
23-
git clone [email protected]:coderplex/coderplex-website.git
24-
```
23+
```
24+
git clone [email protected]:coderplex/coderplex-website.git
25+
```
2526
4. `cd coderplex-website`
2627
5. `npm install`
27-
5. `npm run dev` to start local development server
28-
6. Open app at `localhost:3000`
28+
6. `npm run dev` to start local development server
29+
7. Open app at `localhost:3000`

0 commit comments

Comments
 (0)