Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

...