Archived
1
0
Fork
You've already forked kites
0
No description
This repository has been archived on 2025年10月01日. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • JavaScript 68.2%
  • TypeScript 12.9%
  • HTML 9.9%
  • CSS 9%
2025年01月14日 19:54:06 +05:30
public Add touchmove event listener to track mouse position on touch devices 2025年01月14日 19:54:06 +05:30
src Refactor color representation to use HSV model; add default values for HSV parameters 2025年01月14日 19:07:24 +05:30
.gitignore Refactor project structure: update .gitignore, add canvas animation in script.js, and enhance index.html with styling 2025年01月14日 13:54:06 +05:30
.prettierrc Add Prettier configuration and update README for development instructions 2025年01月14日 13:14:05 +05:30
bun.lockb Add Prettier configuration and update README for development instructions 2025年01月14日 13:14:05 +05:30
package.json Add production script to package.json for running the application in production mode 2025年01月14日 14:54:53 +05:30
README.md Add Prettier configuration and update README for development instructions 2025年01月14日 13:14:05 +05:30
tsconfig.json Add Prettier configuration and update README for development instructions 2025年01月14日 13:14:05 +05:30

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.