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

https://github.com/atinux/demo-docus-2


https://github.com/atinux/demo-docus-2

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

![docus preview](./static/preview.png)

# Docus Starter

Starter template for [Docus](https://docus.dev).

## Setup

Install dependencies:

```bash
yarn install
```

## Development

```bash
yarn dev
```

## Static Generation

This will create the `dist/` directory for publishing to static hosting:

```bash
yarn build
```

To preview the static generated app, run `yarn start`

For detailed explanation on how things work, checkout [Docus](https://docus.dev).