diff --git a/repl/.gitignore b/repl/.gitignore deleted file mode 100644 index b9ef2472..00000000 --- a/repl/.gitignore +++ /dev/null @@ -1,27 +0,0 @@ -# Logs -logs -*.log -npm-debug.log* -yarn-debug.log* -yarn-error.log* -pnpm-debug.log* -lerna-debug.log* - -node_modules -dist -dist-ssr -*.local - -# Editor directories and files -.vscode/* -!.vscode/extensions.json -.idea -.DS_Store -*.suo -*.ntvs* -*.njsproj -*.sln -*.sw? - -oldtunes.mjs -public/samples/EMU World/ \ No newline at end of file diff --git a/repl/README.md b/repl/README.md deleted file mode 100644 index de8f9bf9..00000000 --- a/repl/README.md +++ /dev/null @@ -1,26 +0,0 @@ -# Strudel REPL - -This is the REPL for Strudel. REPL stands for - -- Read -- Evaluate -- Play! -- Loop - -The REPL is deployed at [strudel.tidalcycles.org](https://strudel.tidalcycles.org/). - -## Run REPL locally - -```bash -# from project root -npm run setup -npm run repl -``` - -## Build REPL - -```bash -cd repl -npm run build # <- builds repl + tutorial to ../docs -npm run static # <- test static build -``` diff --git a/repl/index.html b/repl/index.html deleted file mode 100644 index b9fe172b..00000000 --- a/repl/index.html +++ /dev/null @@ -1,18 +0,0 @@ - - -
- - - - - - - -- This is the long list functions you can use! Remember that you don't need to remember all of those and that - you can already make music with a small set of functions! -
- {visibleFunctions.map((entry, i) => ( -{example}
- ))}
-