https://github.com/emattiza/template-wasmcloud
A template for gitpod development w/ wasmcloud
https://github.com/emattiza/template-wasmcloud
gitpod gitpod-io rust wasm wasmcloud
Last synced: 5 months ago
JSON representation
A template for gitpod development w/ wasmcloud
- Host: GitHub
- URL: https://github.com/emattiza/template-wasmcloud
- Owner: emattiza
- License: mit
- Created: 2022-03-13T20:00:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-28T05:00:31.000Z (over 1 year ago)
- Last Synced: 2024-08-17T08:07:34.659Z (9 months ago)
- Topics: gitpod, gitpod-io, rust, wasm, wasmcloud
- Language: Shell
- Homepage:
- Size: 17.6 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A **wasmCloud** template on Gitpod
This is a [**wasmCloud**](https://wasmcloud.dev/) template configured for ephemeral development environments on [Gitpod](https://www.gitpod.io/).
## Next Steps
Click the button below to start a new development environment:
[](https://gitpod.io/#https://github.com/emattiza/template-wasmcloud)
## Get Started With Your Own Project
### A new project
Click the above "Open in Gitpod" button to start a new workspace. Once you're ready to push your first code changes, Gitpod will guide you to fork this project so you own it.
### An existing project
You can use this repo's files as a starter to create a gitpod remote dev environment. Of note, copy the wasm-cloud-base folder for all the prebuild and docker compose magic, and copy the .gitpod.yml and .gitpod.Dockerfile for setting up the workspace image and prebuilds. If you need to make changes, see the gitpod website for references on the .gitpod.yml and [how remote dev environments work]([[https://www.gitpod.io/docs/references/gitpod-yml) . (you can also use [JetBrains](https://www.gitpod.io/docs/ides-and-editors/intellij), all you IntelliJ-Rust fans!)
## Notes & caveats
Thanks to [Cosmonic](https://cosmonic.com/) and the [wasmCloud team](https://wasmcloud.dev/) for helping to start this template repo