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%
| public | Add touchmove event listener to track mouse position on touch devices | |
| src | Refactor color representation to use HSV model; add default values for HSV parameters | |
| .gitignore | Refactor project structure: update .gitignore, add canvas animation in script.js, and enhance index.html with styling | |
| .prettierrc | Add Prettier configuration and update README for development instructions | |
| bun.lockb | Add Prettier configuration and update README for development instructions | |
| package.json | Add production script to package.json for running the application in production mode | |
| README.md | Add Prettier configuration and update README for development instructions | |
| tsconfig.json | Add Prettier configuration and update README for development instructions | |
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.