This repository was archived by the owner on Mar 9, 2021. It is now read-only.
File tree 1 file changed +12
-9
lines changed
1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change
1
+ # Coderplex Website [ Work In Progress]
2
+
1
3
[ ![ XO code style] ( https://img.shields.io/badge/code_style-XO-5ed9c7.svg )] ( https://github.com/sindresorhus/xo )
2
4
[ ![ styled with prettier] ( https://img.shields.io/badge/styled_with-prettier-ff69b4.svg )] ( https://github.com/prettier/prettier )
3
5
[ ![ Build Status] ( https://travis-ci.org/coderplex/coderplex-website.svg?branch=master )] ( https://travis-ci.org/coderplex/coderplex-website )
4
6
5
- # About
6
- [ ** Work In Progress** ] Coderplex website
7
+ ## About
7
8
8
9
This project mainly uses
10
+
9
11
- [ Next.js] ( https://github.com/zeit/next.js/ )
10
12
- [ Semantic UI React] ( http://react.semantic-ui.com/introduction )
11
13
@@ -22,14 +24,15 @@ This project mainly uses
22
24
- [ ] Complete all navigation pages present in navbar
23
25
24
26
## Running Locally
27
+
25
28
1 . Make sure you have [ NodeJS] ( https://nodejs.org/ ) and [ npm] ( https://www.npmjs.com/ ) installed.
26
29
> Make sure you install node version 8 or above and check node version by running ` node -v `
27
- 2 . We also need backend API so follow instructions [ here] ( https://github.com/coderplex/coderplex-backend ) to setup and start backend server
28
- 3 . Then clone this repo
29
- ```
30
+ 1 . We also need backend API so follow instructions [ here] ( https://github.com/coderplex/coderplex-backend ) to setup and start backend server
31
+ 1 . Then clone this repo
32
+ ``` bash
30
33
git clone
[email protected] :coderplex/coderplex-website.git
31
34
```
32
- 4 . `cd coderplex-website`
33
- 5 . `npm install`
34
- 6 . `npm run dev` to start local development server
35
- 7 . Open app at `localhost:3000`
35
+ 1 . ` cd coderplex-website`
36
+ 1 . ` npm install`
37
+ 1 . ` npm run dev` to start local development server
38
+ 1 . Open app at ` localhost:3000`
You can’t perform that action at this time.
0 commit comments