- To launch this project, you must first create a new project on firebase and then define the environment variables for your project.
VITE_API_KEY=
VITE_AUTH_DOMAIN=
VITE_PROJECT_ID=
VITE_STORAGE_BUCKET=
VITE_MESSAGING_SENDER_ID=
VITE_APP_ID=
- For authentication, you need to activate the various providers required, such as manual login, Google and Github. Don't forget to create a new OAuth app in Github to get the client ID / secret.
npm install
To install all the necessary dependencies, you can launch the project using npm start