Skip to content

Quickly start building a Temporal project using a GitPod workspace. Great for workshops and demos.

Notifications You must be signed in to change notification settings

napcs/temporal-gitpod-workspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

Temporal GitPod Workspace

https://gitpod.io/#https://github.com/napcs/temporal-gitpod-workspace

Clone this repository and open it with GitPod to create a workspace where you can build Temporal applications without setting up a local development environment.

The workspace starts a Temporal development cluster and opens a preview window showing the Temporal Web UI. It also creates a terminal window for your worker process, your general commands, and the Temporal server.

Once the workspace is ready, you'll want the Temporal SDK for the language you're using.

If you're using Go, create a new Go application and fetch the SDK:

go mod init app
go get -u go.temporal.io/sdk@latest

If you're using TypeScript or JavaScript, create a new package.json file with npm init and add the Temporal SDK as a dependency:

npm init
npm i temporalio --save

More to come....

About

Quickly start building a Temporal project using a GitPod workspace. Great for workshops and demos.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages