Initial commit

This commit is contained in:
Rinuuri
2025-05-29 17:51:13 +03:00
parent 9c466b65fb
commit 7daa036e57
43 changed files with 996 additions and 0 deletions

View File

@@ -1,2 +1,26 @@
<<<<<<< HEAD
# rinuuri.dev
=======
# bun-react-template
To install dependencies:
```bash
bun install
```
To start a development server:
```bash
bun dev
```
To run for production:
```bash
bun start
```
This project was created using `bun init` in bun v1.2.13. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
>>>>>>> d46ce56 (Initial commit)