Garuda-Academy-IT-Services / garuda-academy-nextjs-frontend

0 stars 0 forks source link

Garuda Academy Next.js Frontend

How to use

Dev: bun dev
Build: bun run build
Start: bun run start (prod build)

Alternatively, if Bun is not installed, you can use the following commands:

Dev: npm dev
Build: npm run build
Start: npm start (prod build)