An open API service indexing awesome lists of open source software.

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

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.

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/openpatch/hyperbook-anywhere)