-
Install all dependencies (use npm or remove .lock file and use the package manager of your preference). For example
npm install,bun install,pnpm install, etc). -
Modify environment variables as correspond, in this project we are using firebase. Change
.env.templatefor.envand replace.
VITE_APIKEY=
VITE_AUTHDOMAIN=
VITE_PROJECTID=
VITE_STORAGEBUCKET=
VITE_MESSAGINGSENDERID=
VITE_APPID=
VITE_CLOUDINARY_URL=- Run project in dev mode with
npm run devor using the development environment of your preference like bun or deno.