Just a simple thing I made for making it a bit easier to deal with time zones in a game.
Find a file
2024-05-01 09:14:33 -04:00
public Initial commit 2024-04-29 20:52:09 -04:00
src Initial commit 2024-04-29 20:52:09 -04:00
.browserslistrc Initial commit 2024-04-29 20:52:09 -04:00
.editorconfig Initial commit 2024-04-29 20:52:09 -04:00
.gitignore Initial commit 2024-04-29 20:52:09 -04:00
bun.lockb Initial commit 2024-04-29 20:52:09 -04:00
components.d.ts Initial commit 2024-04-29 20:52:09 -04:00
index.html Initial commit 2024-04-29 20:52:09 -04:00
LICENSE Added LICENSE, updated readme, removed junk file 2024-05-01 09:14:33 -04:00
package.json Initial commit 2024-04-29 20:52:09 -04:00
README.md Added LICENSE, updated readme, removed junk file 2024-05-01 09:14:33 -04:00
tsconfig.json Initial commit 2024-04-29 20:52:09 -04:00
tsconfig.node.json Initial commit 2024-04-29 20:52:09 -04:00
vite.config.mts Initial commit 2024-04-29 20:52:09 -04:00

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

📑 License

MIT