https://github.com/cschank/ihpblogexample
https://github.com/cschank/ihpblogexample
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cschank/ihpblogexample
- Owner: CSchank
- Created: 2023-09-13T23:29:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-14T16:00:59.000Z (almost 3 years ago)
- Last Synced: 2023-09-15T08:18:44.175Z (almost 3 years ago)
- Language: Haskell
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub Codespaces IHP Template
This is an IHP template configured to run on GitHub Codespaces. It can also be used to run on [VSCode Devcontainers](https://code.visualstudio.com/docs/devcontainers/containers).
## Instructions
1. Create a repo from this template.
2. Run it in Codespaces / Devcontainers.
3. Wait for the initial setup to complete. This will take a few minutes and will use two bash windows, one of which will close when it's done. The other should be a blank terminal when it's done.
4. Run `devenv up` to start the server.
5. Have fun with IHP! :)
## Adding support to an older IHP project
To add support to an existing IHP project, simply copy the [devcontainer configuration](.devcontainer/devcontainer.json) to your project,
placing it in `.devcontainer/devcontainer.json`. Then follow the above instructions.
## Updates
Sometimes GitHub updates Codespaces or their base container image, which may break this config. Please check here regularly for
updates and post an issue if you have problems running a Codespace / Devcontainer. To update, simply copy the new `devcontainer.json`
to your project, and then rebuild the container or recreate your Codespace / Devcontainer entirely.
See also [ihp.digitallyinduced.com](https://ihp.digitallyinduced.com/)