Play gomoku at gomoku.sepiatones.xyz!
Go to file
sepia f6b64fc569 Send animation triggers on win/loss/draw 2025-07-29 18:02:58 -05:00
public Send animation triggers on win/loss/draw 2025-07-29 18:02:58 -05:00
src Send animation triggers on win/loss/draw 2025-07-29 18:02:58 -05:00
.gitignore Clean up .gitignore a bit 2025-07-28 11:39:37 -05:00
.goosehints - update deploy script 2025-07-27 16:58:37 -05:00
.pre-commit-config.yaml - update deploy script 2025-07-27 16:58:37 -05:00
.prettierrc.json - update deploy script 2025-07-27 16:58:37 -05:00
README.md - update deploy script 2025-07-27 16:58:37 -05:00
bun.lockb Huge refactor of web-socket-handler 2025-07-21 22:19:59 -05:00
justfile - update deploy script 2025-07-27 16:58:37 -05:00
package.json - update deploy script 2025-07-27 16:58:37 -05:00
tsconfig.json - update deploy script 2025-07-27 16:58:37 -05:00

README.md

Elysia with Bun runtime

Getting Started

To get started with this template, simply paste this command into your terminal:

bun create elysia ./elysia-example

Development

To start the development server run:

bun run dev

Open http://localhost:3000/ with your browser to see the result.