First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
- Make sure you have .npmrc file with the following content:
legacy-peer-deps=true
This is needed because not all dependecies are using React 19.
- Create an .env.<firebase_project_id> file with the environment variables for the project. Required variables are in the .env.example file.
Run
firebase deploy --only hosting