Defence Prime made with nextjs, css and backend nextjs API & planetscale.
Frontend Code -> https://github.com/imkousik9/defence-prime
Deployed URL -> https://defenceprime.vercel.app
Run the site locally
Fork the repository. then clone the repo locally by doing -
git clone https://github.com/imkousik9/defence-prime.gitcd into the directory
cd defence-primeinstall all the dependencies
yarn
# or
npm installThen start the development Server
yarn dev
# or
npm run devAfter running the development server the site should be running on https://localhost:3000
Frontend: Nextjs
Backend: Nextjs API, planetscale
Styling: CSS
Deployment: Vercel