https://github.com/openpatch/hyperbook-anywhere
A hyperbook starter template with configuration for deployments on most common platforms
https://github.com/openpatch/hyperbook-anywhere
Last synced: 7 months ago
JSON representation
A hyperbook starter template with configuration for deployments on most common platforms
- Host: GitHub
- URL: https://github.com/openpatch/hyperbook-anywhere
- Owner: openpatch
- Created: 2022-10-13T09:14:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-07T17:17:45.000Z (over 1 year ago)
- Last Synced: 2025-02-21T09:33:46.797Z (over 1 year ago)
- Homepage: https://openpatch.github.io/hyperbook-anywhere/
- Size: 2.3 MB
- Stars: 3
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hyperbook Anywhere Starter
This template repository can be used as a starter for developing a [Hyperbook](https://hyperbook.openpatch.org). You just need to fork it and modify the `basePath` in the `hyperbook.json`.
It contains the necessary files for automatic deployment to GitHub Pages, GitLab Pages and Vercel.
- GitHub Pages: `.github/workflows/pages.yml`
- GitLab Pages: `.gitlab-ci.yml`
- Vercel: `vercel.json`
It also contains files for working in VS Code and VS Codium (`.vscode`) for local development.
If you want a rapid start you can also open this repository in Gitpod.
[](https://gitpod.io/#https://github.com/openpatch/hyperbook-anywhere)