macbook 에서 리눅스로 이동
This commit is contained in:
15
backend/README.md
Normal file
15
backend/README.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# backend
|
||||
|
||||
# Setup
|
||||
|
||||
Follow these steps to run [Elysia.js](https://elysiajs.com) under [Bun](https://bun.sh):
|
||||
|
||||
1. Download packages
|
||||
```bash
|
||||
bun install
|
||||
```
|
||||
2. You're ready to go!
|
||||
```bash
|
||||
bun run main.ts
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user