You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
This repository holds source code and publishable website for [**`chkware`**](https://github.com/chkware/cli#readme). Please access using https://chkware.github.io.
4
4
5
-
###Installation
5
+
## Installation
6
6
7
7
Clone the repo:
8
8
@@ -17,23 +17,27 @@ Install dependencies:
17
17
npm install
18
18
```
19
19
20
-
###Local Development[TBD]
20
+
## Local Development
21
21
22
22
```
23
23
$ npm start
24
24
```
25
25
26
26
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
27
27
28
-
###Build[TBD]
28
+
## Build
29
29
30
30
```
31
31
$ npm run build
32
32
```
33
33
34
34
This command generates static content into the `build` directory and can be served using any static contents hosting service.
35
35
36
-
### Status
36
+
## Guides
37
+
38
+
Learn how to contribute to this website.
39
+
40
+
## Status
37
41
38
42
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.
0 commit comments