Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/neurotech-hq/sarufi-docs

Sarufi API documentation
https://github.com/neurotech-hq/sarufi-docs

sarufi sarufi-documentation

Last synced: about 5 hours ago
JSON representation

Sarufi API documentation

Awesome Lists containing this project

README

        

# Sarufi Documentation Website

The Sarufi documentation website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
Contributions are welcome.

## Getting Started

For small changes, fork the repository, edit it on GitHub and make a pull request.

For more extensive changes:

- fork the repository
- clone your fork onto your local machine
- make your changes
- preview your changes using [yarn](https://www.npmjs.com/package/yarn)
- once satisfied with your changes, push to your fork and make a pull request

### Installation

``` bash

git clone https://github.com/YOUR_USERNAME/sarufi-docs
cd sarufi-docs
yarn

```

### Local Development

``` bash

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

``` bash

yarn build

```

This command generates static content into the `build` directory and can be served using any static contents hosting service.