You need a firebase account
- Clone the repository and access the folder;
- Copy the
.env.example
file to.env.local
and fill in your firebase credentials; - Install dependencies with
yarn
; - Start the server with
yarn start
; - The application can be accessed at
localhost:3000
.