19 lines
309 B
Markdown
19 lines
309 B
Markdown
# Atlas
|
|
|
|
This repository publishes common packages for both backend and frontend usage.
|
|
|
|
## Setup
|
|
|
|
To install dependencies:
|
|
|
|
```bash
|
|
bun install
|
|
```
|
|
|
|
To run:
|
|
|
|
```bash
|
|
bun run index.ts
|
|
```
|
|
|
|
This project was created using `bun init` in bun v1.2.0. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
|