https://github.com/atinux/hello-ddd
https://github.com/atinux/hello-ddd
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/atinux/hello-ddd
- Owner: atinux
- Created: 2021-09-08T10:24:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-04T08:23:22.000Z (over 4 years ago)
- Last Synced: 2025-02-14T09:42:51.255Z (11 months ago)
- Language: TypeScript
- Homepage: https://hello-ddd-Atinux.docus.site
- Size: 926 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).