Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 643 Bytes

File metadata and controls

27 lines (19 loc) · 643 Bytes

NoteApp

How to install this project

Prerequisites

  1. 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=
  1. 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.

Commands

npm install To install all the necessary dependencies, you can launch the project using npm start