strudel/repl
2022-03-24 19:45:58 +01:00
..
public draw above background 2022-03-21 19:44:48 +01:00
src add tune 2022-03-24 19:45:58 +01:00
types add basic repl 2022-02-04 13:32:42 +01:00
.gitignore ignore oldtunes 2022-03-11 21:52:54 +01:00
krill-parser.js add euclid 2022-03-17 15:03:57 +01:00
krill.pegjs add euclid 2022-03-17 15:03:57 +01:00
package-lock.json add euclid 2022-03-17 15:03:57 +01:00
package.json add euclid 2022-03-17 15:03: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 Merge remote-tracking branch 'origin/main' into notes-and-numbers 2022-03-06 19:23:24 +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.