Skip to content

01node/snapify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published