https://h-mcd-project.web.app/
- Open Git and type
git clone https://github.com/BIT-Advanced-App-Dev/project-22s1-Hayden-McD.git. - Open the downloalded repository in a code editor like vscode.
- Once opened, type
cd app-dev-projectin the code editor terminal to enter the project folder. - Type
npm ito install node packages. - Finally, type
npm startto start a local deployment. This will automatically open the app in a web browser.
service cloud.firestore {
match /databases/{database}/documents {
match /{document=**} {
allow read, write: if true;
}
}
}