Skip to content

Commit

Permalink
Fix color
Browse files Browse the repository at this point in the history
  • Loading branch information
akoidan committed Oct 11, 2024
1 parent f9be22e commit dd54d7b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@ I also intentionally leaved styles empty so you can easily override them accordi

# spainter.pychat.org

Spainter is hosted with cloudflare workers
- update npm package to upload new code. It should be updatged manually with `npm publish`
- worked that upload/stores files with cloudflare workers
- update index.html manually from cloudflare dashboard -> workers & pages -> settings -> variables and secrets
Cloudflare workers js file should contain all the css/html/js. There's no way to pull data from local fs according to [this](https://community.cloudflare.com/t/is-it-possible-to-pull-data-from-a-local-json-file-hosted-on-a-worker/134982) answer.
This is why static files are served with cdnjs

Expand All @@ -111,6 +113,7 @@ wrangler dev
Now you can debug in Webstorm by pressing debug on package.json dev script. In ordet for debug to work switch to local mode by pressing `l`



# CSS compile
Either use `yarn build`

Expand Down

0 comments on commit dd54d7b

Please sign in to comment.