This project has been migrated from Create React App to Vite and from pnpm to npm.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:5173 to view it in the browser.
The page will reload if you make edits.
npm install- Install all dependencies.npm start- Start the local development server (Vite).npm run build- Create a production-ready bundle.npm run deploy- Build and deploy to Firebase. Hosting.
Before you can deploy the application, you must authenticate with Firebase on your local machine.
Run the following command and follow the instructions in your browser:
npx firebase loginOnce logged in, you can deploy using:
npm run deployThis script will automatically build the project into the dist folder and upload it to Firebase.