Play gomoku at gomoku.sepiatones.xyz!
Go to file
sepia a0f6e47f57 Create deploy script 2025-07-29 20:54:58 -05:00
ansible Create deploy script 2025-07-29 20:54:58 -05:00
public Increase sound volume a little 2025-07-29 20:54:48 -05:00
src Implement sending info messages to client 2025-07-29 20:13:33 -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 Create deploy script 2025-07-29 20:54:58 -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.