https://github.com/edmundhung/workaholic-site-template
🎥 Template for setting up a workaholic site
https://github.com/edmundhung/workaholic-site-template
cloudflare-workers kv
Last synced: 7 months ago
JSON representation
🎥 Template for setting up a workaholic site
- Host: GitHub
- URL: https://github.com/edmundhung/workaholic-site-template
- Owner: edmundhung
- License: mit
- Created: 2021-10-25T08:45:29.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-31T16:42:01.000Z (almost 4 years ago)
- Last Synced: 2025-01-31T15:41:13.630Z (9 months ago)
- Topics: cloudflare-workers, kv
- Language: TypeScript
- Homepage: https://demo.workaholic.site
- Size: 2.34 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# workaholic-site-template
This is a [Workaholic](https://github.com/edmundhung/workaholic) site template which also serves as a demo.
- [Documentation](./content)
- [Demo](https://demo.workaholic.site)## Development
From the terminal:
```sh
# If this is the first time you run the dev server,
# Or whenever you updated something in the `content` directory
npm run generate
```Then, starts the API worker on Miniflare by:
```sh
npm start
```If you would like to run the demo site, run:
```
npm run style --prefix site && npm start --prefix site
```This builds the CSS and kickstarts a dev server running the demo React app.