/air-beenbee

Primary LanguageTypeScript

air-beenbee 🐝

Bee to Bee location website using micro-service architecture

Require Node version 18 or later

Install Bun :

On Unix system

curl -fsSL https://bun.sh/install | bash

On Windows

powershell -c "irm bun.sh/install.ps1 | iex"

To install dependencies:

bun install

To run:

bun dev

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