isl-time-converter/README.md

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)