This is a Vue starting point for the Gumnut hackathon. It's a simple app which lets you edit and update pipes.
You should follow the guide here to add Gumnut.
To get started:
-
check out this repo
git clone https://github.com/gumnutdev/vue-demo.git
-
run
pnpm install
-
run
pnpm start
This does not yet contain any Gumnut code.
This uses shadcn-vue for components.
You can add more components with a command like pnpm dlx shadcn-vue@latest add button
- see more here.