Code it on your computer

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

ss new terminal.png

and run these 2 commands:

  1. “npm install” to install the required libraries
  2. “npm start” to run it!

Screenshot 2024-03-22 032847.png

Screenshot 2024-03-22 032802.png

Sweet! Now the project should be up and running on your machine!

Downloading dependencies and setting up Firebase

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:

https://firebase.google.com/

(Make an account and sign in)