To install dependencies:
bun install
# Clone the repo
git clone https://github.com/01node/snapify
# cd into the dir
cd snapify
# Run bun install dependencies command
bun install
# cd into web dir
cd apps/web
# build Nextjs App
bun run build
# run Nextjs server
bun run start
This project was created using bun init
in bun v1.0.15. Bun is a fast all-in-one JavaScript runtime.