2024-05-01 09:14:33 -04:00
# Isekai Time Converter
2024-04-29 20:52:09 -04:00
2024-05-01 09:14:33 -04:00
A little site I made to do some quick time conversion for my guild in Isekai: Slow Life.
2024-04-29 20:52:09 -04:00
## 💡 Usage
This section covers how to start the development server and build your project for production.
### Starting the Development Server
2024-05-01 09:14:33 -04:00
To start the development server with hot-reload, run the following command. The server will be accessible at [http://localhost:5174 ](http://localhost:5174 ):
2024-04-29 20:52:09 -04:00
```bash
2024-05-01 09:14:33 -04:00
bun dev
2024-04-29 20:52:09 -04:00
```
### Building for Production
To build your project for production, use:
```bash
2024-05-01 09:14:33 -04:00
bun build
2024-04-29 20:52:09 -04:00
```
## 📑 License
[MIT ](http://opensource.org/licenses/MIT )