File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 1
- # ** Work In Progress** new coderplex site
2
-
3
1
[ ![ XO code style] ( https://img.shields.io/badge/code_style-XO-5ed9c7.svg )] ( https://github.com/sindresorhus/xo )
4
2
[ ![ styled with prettier] ( https://img.shields.io/badge/styled_with-prettier-ff69b4.svg )] ( https://github.com/prettier/prettier )
5
3
4
+ # About
5
+ ** Work In Progress** new Coderplex website
6
+
6
7
## Demo
7
8
8
9
[ https://dev.coderplex.org ] ( https://dev.coderplex.org )
17
18
18
19
## Running Locally
19
20
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
21
22
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
+ ```
25
26
4. `cd coderplex-website`
26
27
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`
You can’t perform that action at this time.
0 commit comments