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 3943ef8

Browse files
committed
fix md lint errors
1 parent d6c28d5 commit 3943ef8

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
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

89
This 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+
2528
1. 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 [email protected]: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`

0 commit comments

Comments
 (0)