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
Web portal for chkware. Built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
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
+
6
+
### Installation [TBD]
6
7
7
8
```
8
9
$ npm install
9
10
```
10
11
11
-
### Local Development
12
+
### Local Development[TBD]
12
13
13
14
```
14
15
$ npm start
15
16
```
16
17
17
18
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
18
19
19
-
### Build
20
+
### Build[TBD]
20
21
21
22
```
22
23
$ npm run build
23
24
```
24
25
25
26
This command generates static content into the `build` directory and can be served using any static contents hosting service.
27
+
28
+
### Status
29
+
30
+
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.
31
+
32
+
---
33
+
`chkware` website uses [docusaurus v2.0.0-beta.17](https://github.com/facebook/docusaurus/releases/tag/v2.0.0-beta.17) as CMS backend.
0 commit comments