Files
strudel/starter/README.md
Felix Roos 8c2051a67c Update README.md
add run instr
2022-06-16 16:04:42 +02:00

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
```