Install Node (This allows you to run/compile React Native code)
https://nodejs.org/en/download
Download the project from GitHub
(Placeholder)
On this website → click the green code button → download it as a ZIP → then extract it
(Picture)
Have an IDE like VS Code installed to edit the code.
https://code.visualstudio.com/download
Open the folder you extracted from step 2 in vs code
Open the terminal from the top ribbon find Terminal → New Te
and run these 2 commands:
Sweet! Now the project should be up and running on your machine!
Download node.js: https://nodejs.org/en/download/prebuilt-installer
Making a vite app:
npm create vite@latest
Install Firebase:
npm install firebase
Setting up Firebase Account:
Go to:
(Make an account and sign in)