mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-31 13:11:47 -04:00
overhaul the remaining readmes
This commit is contained in:
@@ -33,11 +33,4 @@ export function Repl({ tune }) {
|
||||
}
|
||||
```
|
||||
|
||||
## Development
|
||||
|
||||
If you change something in here and want to see the changes in the repl, make sure to run `npm run build` inside this folder!
|
||||
|
||||
```js
|
||||
npm run dev # dev server
|
||||
npm run build # build package
|
||||
```
|
||||
For a more sophisticated example, check out the [nano-repl](./examples/nano-repl/)!
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "nano-repl",
|
||||
"name": "@strudel.cycles/nano-repl",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"version": "0.6.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
Reference in New Issue
Block a user