mirror of
https://forgejo.merr.is/annika/isl-time-converter.git
synced 2025-12-11 12:22:04 -05:00
25 lines
595 B
Markdown
25 lines
595 B
Markdown
# 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](http://localhost:5174):
|
|
|
|
```bash
|
|
bun dev
|
|
```
|
|
|
|
### Building for Production
|
|
|
|
To build your project for production, use:
|
|
|
|
```bash
|
|
bun build
|
|
```
|
|
## 📑 License
|
|
[MIT](http://opensource.org/licenses/MIT)
|