mirror of
https://codeberg.org/uzu/strudel
synced 2026-09-05 06:57:35 -04:00
8c2051a67c
add run instr
12 lines
161 B
Markdown
12 lines
161 B
Markdown
# @strudel.cycles/starter
|
|
|
|
This is a minimal starter template for a project that uses strudel.
|
|
See main.js for the code.
|
|
|
|
Run with:
|
|
|
|
```js
|
|
npm i
|
|
npm run dev
|
|
```
|