Deployment Repository
Find a file
Benjamin Palko f1e0ded940 rename
2025-03-08 11:46:13 -05:00
packages/svelte rename 2025-03-08 11:46:13 -05:00
.editorconfig linting 2025-03-08 10:05:53 -05:00
.gitignore init 2025-03-07 13:57:32 -05:00
.prettierignore linting 2025-03-08 10:05:53 -05:00
.prettierrc linting 2025-03-08 10:05:53 -05:00
.tool-versions init 2025-03-07 13:57:32 -05:00
bun.lock rename 2025-03-08 11:46:13 -05:00
bunfig.toml bunfig 2025-03-08 11:42:55 -05:00
eslint.config.js linting 2025-03-08 10:05:53 -05:00
package.json rename 2025-03-08 11:46:13 -05:00
README.md init 2025-03-07 13:57:32 -05:00

Atlas

This repository publishes common packages for both backend and frontend usage.

Setup

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.2.0. Bun is a fast all-in-one JavaScript runtime.