1
0
Fork
You've already forked dente
0
hard flok client
  • JavaScript 93%
  • CSS 3.7%
  • HTML 3.3%
2026年01月07日 20:08:34 +00:00
learn/deno-file-server learn 2025年05月09日 10:28:55 +01:00
snippets fix snippet 2025年05月12日 23:29:33 +02:00
strudel error messages 2025年05月14日 18:30:02 +01:00
.domains www.dente.cc 2025年06月22日 22:39:11 +02:00
.gitignore blank canvas 2025年05月09日 10:45:21 +01:00
CNAME Create CNAME 2025年05月09日 10:35:11 +01:00
index.html better flash 2025年05月26日 13:09:49 +01:00
jsconfig.json lol editors 2025年05月09日 12:46:20 +01:00
LICENSE license 2025年05月09日 10:18:17 +01:00
README.md Update README.md 2025年08月25日 15:59:08 +02:00
script.js bump room 2026年01月07日 20:08:34 +00:00
style.css better flash 2025年05月26日 13:09:49 +01:00

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