Before setting up the application, ensure you have the following installed:
- Node.js (version 22 or higher)
- npm
- Git
- Firebase CLI
Our project is available here (main): https://github.com/chaw678/dunk-app.git
-
Clone the repository:
git clone https://github.com/chaw678/dunk-app.git
cd dunk-app -
Install dependencies:
cd dunk
npm install -
Run the application:
npm run dev (make sure you are in 'dunk' directory)