fix build + simplify logic + add deploy note

This commit is contained in:
Felix Roos 2022-12-28 17:09:18 +01:00
parent cb8b65f6f3
commit 16b4058a8b
3 changed files with 18 additions and 31 deletions

View file

@ -6,3 +6,10 @@ This directory can be used to save your own patterns.
1. Save one or more .txt files here.
2. and run `npm run repl`
3. open `http://localhost:3000/my-patterns` !
## deploy
1. in your fork, go to settings -> pages and select "Github Actions" as source
2. edit `website/public/CNAME` to contain `<your-username>.github.io/strudel`
3. go to Actions -> "Build and Deploy" and click "Run workflow"
4. view your patterns at `<your-username>.github.io/strudel/my-patterns`