Skip to content

A simple Svelte Hello World example using Actionforge

Notifications You must be signed in to change notification settings

actionforge/example-svelte

Repository files navigation

example-svelte

view-action-graph

A simple Hello World app in Svelte, built using an Actionforge graph as the CI/CD pipeline.

Run

npm install
npm run dev

Graph

The build pipeline is defined as an Actionforge graph in .github/workflows/graphs/build.act:

checkout -> run (npm install && npm run build) -> upload-artifact (build/)

It runs on every push to main, on pull requests, and on manual dispatch.

About

A simple Svelte Hello World example using Actionforge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published