strudel/repl
2022-03-04 09:59:25 +01:00
..
public hot mode + tone synth experiments 2022-02-08 23:01:01 +01:00
src fix formatting 2022-03-04 09:59:25 +01:00
types add basic repl 2022-02-04 13:32:42 +01:00
.gitignore boilerplate for tutorial + minirepl 2022-02-18 12:44:18 +01:00
krill-parser.js started mini notation highlighting 2022-02-20 23:46:45 +01:00
krill.pegjs started mini notation highlighting 2022-02-20 23:46:45 +01:00
package-lock.json add Pattern.tune with tunejs + example tune 2022-03-04 00:10:57 +01:00
package.json add Pattern.tune with tunejs + example tune 2022-03-04 00:10:57 +01:00
postcss.config.js add basic repl 2022-02-04 13:32:42 +01:00
README.md build tutorial after repl 2022-02-18 13:45:15 +01:00
snowpack.config.mjs fixes 2022-02-18 21:46:07 +01:00
tailwind.config.js docs docs docs 2022-02-18 21:39:37 +01:00
tsconfig.json tutorial layout 2022-02-18 14:00:35 +01:00

Strudel REPL

Default Snowpack Readme

Bootstrapped with Create Snowpack App (CSA).

Available Scripts

npm start

Runs the app in the development mode. Open http://localhost:8080 to view it in the browser.

The page will reload if you make edits. You will also see any lint errors in the console.

npm run build

Builds a static copy of your site to the docs/ folder. Your app is ready to be deployed!

For the best production performance: Add a build bundler plugin like "@snowpack/plugin-webpack" to your snowpack.config.mjs config file.