Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cslant/docs

This repository is built for CSlant Docs, using Docusaurus for https://docs.cslant.com
https://github.com/cslant/docs

cslant cslant-docs cslant-documations cslant-github docs documentation docusaurus

Last synced: 15 days ago
JSON representation

This repository is built for CSlant Docs, using Docusaurus for https://docs.cslant.com

Awesome Lists containing this project

README

        

# CSlant Documentation

```text
██████╗███████╗██╗ █████╗ ███╗ ██╗████████╗ ██████╗ ██████╗ ██████╗███████╗
██╔════╝██╔════╝██║ ██╔══██╗████╗ ██║╚══██╔══╝ ██╔══██╗██╔═══██╗██╔════╝██╔════╝
██║ ███████╗██║ ███████║██╔██╗ ██║ ██║ ██║ ██║██║ ██║██║ ███████╗
██║ ╚════██║██║ ██╔══██║██║╚██╗██║ ██║ ██║ ██║██║ ██║██║ ╚════██║
╚██████╗███████║███████╗██║ ██║██║ ╚████║ ██║ ██████╔╝╚██████╔╝╚██████╗███████║
╚═════╝╚══════╝╚══════╝╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═════╝╚══════╝
```

This repository contains the documentation for CSlant. The documentation is available at [https://docs.cslant.com](https://docs.cslant.com).

[![Deploy CSlant Server](https://github.com/cslant/docs/actions/workflows/deploy.yml/badge.svg)](https://github.com/cslant/docs/actions/workflows/deploy.yml)

### Installation

```bash
yarn
```

### Local Development

```bash
yarn start
```

This command starts a local development server and opens a browser window. Most changes are reflected live without restarting the server.

### Build

```bash
yarn build
```

This command generates static content in the `build` directory, which can be served using any static content hosting service.