This repository was archived by the owner on Mar 9, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +12
-9
lines changed
Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change 1+ # Coderplex Website [ Work In Progress]
2+
13[ ![ XO code style] ( https://img.shields.io/badge/code_style-XO-5ed9c7.svg )] ( https://github.com/sindresorhus/xo )
24[ ![ styled with prettier] ( https://img.shields.io/badge/styled_with-prettier-ff69b4.svg )] ( https://github.com/prettier/prettier )
35[ ![ Build Status] ( https://travis-ci.org/coderplex/coderplex-website.svg?branch=master )] ( https://travis-ci.org/coderplex/coderplex-website )
46
5- # About
6- [ ** Work In Progress** ] Coderplex website
7+ ## About
78
89This project mainly uses
10+
911- [ Next.js] ( https://github.com/zeit/next.js/ )
1012- [ Semantic UI React] ( http://react.semantic-ui.com/introduction )
1113
@@ -22,14 +24,15 @@ This project mainly uses
2224- [ ] Complete all navigation pages present in navbar
2325
2426## Running Locally
27+
25281 . Make sure you have [ NodeJS] ( https://nodejs.org/ ) and [ npm] ( https://www.npmjs.com/ ) installed.
2629 > 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
3033 git clone git@github.com:coderplex/coderplex-website.git
3134 ```
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