https://github.com/atinux/my-docs
https://github.com/atinux/my-docs
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/atinux/my-docs
- Owner: atinux
- Created: 2021-02-09T15:50:27.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-09T15:50:35.000Z (almost 5 years ago)
- Last Synced: 2025-03-17T15:12:44.029Z (10 months ago)
- Language: JavaScript
- Homepage: my-docs.atinux.vercel.app
- Size: 390 KB
- Stars: 13
- Watchers: 1
- Forks: 1
- 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).