Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 1.34 KB

README.md

File metadata and controls

24 lines (12 loc) · 1.34 KB

A wasmCloud template on Gitpod

This is a wasmCloud template configured for ephemeral development environments on Gitpod.

Next Steps

Click the button below to start a new development environment:

Open in Gitpod

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 . (you can also use JetBrains, all you IntelliJ-Rust fans!)

Notes & caveats

Thanks to Cosmonic and the wasmCloud team for helping to start this template repo