2024-04-02 00:48:57 +00:00
|
|
|
# slovocast-api
|
|
|
|
|
2024-03-02 16:48:37 +00:00
|
|
|
To install dependencies:
|
2024-04-02 00:48:57 +00:00
|
|
|
|
|
|
|
```bash
|
2024-03-02 16:48:37 +00:00
|
|
|
bun install
|
|
|
|
```
|
2024-02-22 03:14:42 +00:00
|
|
|
|
2024-03-02 16:48:37 +00:00
|
|
|
To run:
|
2024-04-02 00:48:57 +00:00
|
|
|
|
|
|
|
```bash
|
|
|
|
bun run server.ts
|
2024-03-02 16:48:37 +00:00
|
|
|
```
|
|
|
|
|
2024-04-02 00:48:57 +00:00
|
|
|
This project was created using `bun init` in bun v1.0.35. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
|