https://github.com/atinux/demo-docus-2
https://github.com/atinux/demo-docus-2
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/atinux/demo-docus-2
- Owner: atinux
- Created: 2021-10-26T13:48:54.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-26T14:04:10.000Z (about 4 years ago)
- Last Synced: 2025-02-14T09:43:44.392Z (11 months ago)
- Language: TypeScript
- Homepage: https://demo-docus-2-Atinux.docus.site
- Size: 447 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 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).