https://github.com/catlabinteractive/quizwitz-docs
https://github.com/catlabinteractive/quizwitz-docs
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/catlabinteractive/quizwitz-docs
- Owner: CatLabInteractive
- Created: 2021-10-26T21:57:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-06T22:20:55.000Z (over 1 year ago)
- Last Synced: 2025-02-16T00:24:42.052Z (about 1 year ago)
- Language: JavaScript
- Size: 14.9 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Website
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
### Installation
```
$ yarn
```
### Local Development
```
$ yarn start
```
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
### Build
```
$ yarn build
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.
### Deployment
```
$ GIT_USER= USE_SSH=true yarn deploy
```
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.