https://github.com/hex-digital/engineering-handbook
The Hex Engineering Handbook
https://github.com/hex-digital/engineering-handbook
Last synced: 8 months ago
JSON representation
The Hex Engineering Handbook
- Host: GitHub
- URL: https://github.com/hex-digital/engineering-handbook
- Owner: hex-digital
- Created: 2021-02-09T20:54:17.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-27T03:03:00.000Z (over 3 years ago)
- Last Synced: 2024-12-27T03:12:29.884Z (over 1 year ago)
- Language: JavaScript
- Size: 3.93 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 20
-
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).