https://github.com/atinux/hello-dd
https://github.com/atinux/hello-dd
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/atinux/hello-dd
- Owner: atinux
- Created: 2021-08-31T10:47:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-15T14:22:05.000Z (over 4 years ago)
- Last Synced: 2025-02-14T09:43:03.602Z (11 months ago)
- Language: TypeScript
- Homepage: https://hello-dd-Atinux.docus.site
- Size: 929 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).