delete now obsolete repl + tutorial folders

This commit is contained in:
Felix Roos 2022-12-22 23:28:34 +01:00
parent ed79ec7940
commit 08f7925ea9
156 changed files with 37 additions and 42419 deletions

View file

@ -1,4 +1,25 @@
# Astro Starter Kit: Docs Site
# Strudel Website
This is the website for Strudel, deployed at [strudel.tidalcycles.org](https://strudel.tidalcycles.org/).
It includes the REPL live coding editor and the documentation site.
## Run locally
```bash
# from project root
npm run setup
npm run repl
```
## Build
```bash
cd website
npm run build # <- builds repl + tutorial to ../docs
npm run preview # <- test static build
```
# Standard Readme of Astro Starter Kit: Docs Site
```bash
npm create astro@latest -- --template docs
@ -42,6 +63,8 @@ Welcome! Check out [our documentation](https://docs.astro.build) or jump into ou
## Customize This Theme
edit: removed, as css styles have been replaced with tailwind styles
### Site metadata
`src/config.ts` contains several data objects that describe metadata about your site like title, description, default language, and Open Graph details. You can customize these to match your project.