mirror of
https://forgejo.merr.is/annika/isl-time-converter.git
synced 2025-12-08 03:54:20 -05:00
Just a simple thing I made for making it a bit easier to deal with time zones in a game.
| public | ||
| src | ||
| .browserslistrc | ||
| .editorconfig | ||
| .gitignore | ||
| bun.lockb | ||
| components.d.ts | ||
| index.html | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.mts | ||
Isekai Time Converter
A little site I made to do some quick time conversion for my guild in Isekai: Slow Life.
💡 Usage
This section covers how to start the development server and build your project for production.
Starting the Development Server
To start the development server with hot-reload, run the following command. The server will be accessible at http://localhost:5174:
bun dev
Building for Production
To build your project for production, use:
bun build