Skip to content

Commit 64b0506

Browse files
committed
Add Guides section
1 parent 80a76aa commit 64b0506

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This repository holds source code and publishable website for [**`chkware`**](https://github.com/chkware/cli#readme). Please access using https://chkware.github.io.
44

5-
### Installation
5+
## Installation
66

77
Clone the repo:
88

@@ -17,23 +17,27 @@ Install dependencies:
1717
npm install
1818
```
1919

20-
### Local Development [TBD]
20+
## Local Development
2121

2222
```
2323
$ npm start
2424
```
2525

2626
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
2727

28-
### Build [TBD]
28+
## Build
2929

3030
```
3131
$ npm run build
3232
```
3333

3434
This command generates static content into the `build` directory and can be served using any static contents hosting service.
3535

36-
### Status
36+
## Guides
37+
38+
Learn how to contribute to this website.
39+
40+
## Status
3741

3842
The current status of the website is **under construction**. Please follow us on Twitter [@chkware](https://twitter.com/chkware) for update. Thank you for your patience.
3943

0 commit comments

Comments
 (0)