Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 465 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 465 Bytes

snapify

To install dependencies:

bun install

To build and run apps/web:

# 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.