https://pharma-check-wheat.vercel.app/- Node.js v20 or above
- npm v10 or above
- Visual Studio Code or other code editor
git clone https://github.com/BoviliusMeidi/PharmaCheck.git
cd PharmaCheck- Install the node package manager, that we need for this web.
npm installPackage NPM (Node Package Manager) yang akan terinstall
"@supabase/ssr": "^0.6.1",
"@supabase/supabase-js": "^2.49.4",
"lucide-react": "^0.510.0",
"next": "15.3.1",
"prisma": "^6.6.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.5.0",
"supabase": "^2.22.12"- Copy file
.env.exampleto the.env.
cp .env.example .env- Run the server
npm run devWebsite will run in http://127.0.0.1:3000