added initial homepage elements

This commit is contained in:
philip-ellis-sp
2022-08-19 16:53:21 -04:00
parent c74bda8d67
commit 57bc6f3192
7 changed files with 142 additions and 4 deletions

View File

@@ -49,7 +49,11 @@ npm install npm@latest -g
```sh
npm install
```
3. Start the website
3. Generate the docs
```sh
npm run docusaurus gen-api-docs all
```
4. Start the website
```sh
npm start
```