hard flok client
- JavaScript 93%
- CSS 3.7%
- HTML 3.3%
|
|
||
|---|---|---|
| learn/deno-file-server | learn | |
| snippets | fix snippet | |
| strudel | error messages | |
| .domains | www.dente.cc | |
| .gitignore | blank canvas | |
| CNAME | Create CNAME | |
| index.html | better flash | |
| jsconfig.json | lol editors | |
| LICENSE | license | |
| README.md | Update README.md | |
| script.js | bump room | |
| style.css | better flash | |
dente
hard flok client
running it locally
run a local file server from the root of the repo.
I like using deno's file server, but you can use any.
If you have node, you can run npx serve -p 6543, then open http://localhost:6543
If you have python, you can run python3 -m http.server 6543, then open http://localhost:6543