Administrative side of the AutoVet app
We are developing using the following tools/libraries: Frontend: React, Radix UI, TailwindCSS, Backend: Next.js, Firebase Firestore & Auth, tRPC Helper Libraries: react-hook-form, react-firebase-hooks
Clone the project
git clone https://github.com/Lister42/autovet_admin.gitGo to the project directory
cd autovet_adminInstall dependencies
npm installcreate .env file from .env.example
Start the server
npm run dev