Initial commit
This commit is contained in:
24
README.md
24
README.md
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user