diff --git a/starter/README.md b/starter/README.md index d1e0e79c3..6eea17bcb 100644 --- a/starter/README.md +++ b/starter/README.md @@ -2,3 +2,10 @@ 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 +```