This project was bootstrapped with Create React App.
- Clone the project
git clone https://github.com/prasanna-rkumar/Noter
-
Create a firebase app with authentication and firestore.
-
Copy the
.env.example
file to a.env.local
file and fill in the environment variables of your Firebase app. -
Install dependencies
npm i
-
Start it up
npm start
Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console.