Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theqrl/zond-documentation
Documentation for POS
https://github.com/theqrl/zond-documentation
Last synced: 5 days ago
JSON representation
Documentation for POS
- Host: GitHub
- URL: https://github.com/theqrl/zond-documentation
- Owner: theQRL
- Created: 2022-09-07T21:12:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-18T15:41:27.000Z (about 2 years ago)
- Last Synced: 2024-05-01T14:03:04.926Z (7 months ago)
- Language: CSS
- Size: 12.8 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
Awesome Lists containing this project
README
# QRL Documentation Refresh
Re-building the documentation site with comprehensive documentation covering all aspects of the project.
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
> Under heavy development!
## Installation
```console
yarn install
```Alternatively use `npm`
```console
npm install
```## Local Development
```console
yarn start
```
Alternatively use `npm````console
npm 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
```console
yarn build
```
Alternatively use `npm````console
npm build
```This command generates static content into the `build` directory and can be served using any static contents hosting service.
## Deployment
...