These instructions will guide you through setting up and running the application locally.
What things you need to install the software and how to install them. For example:
- Node.js
- npm (comes with Node.js)
- Git (for cloning the repository)
A step-by-step series of examples that tell you how to get a development environment running.
- Clone the Repository (if applicable):
git clone https://github.com/JTZ18/BlockBuzz-50037.git
- Navigate to the Frontend Directory:
cd frontend-next
- Install Dependencies:
npm i
- Start the Development Server:
npm run dev
After starting the development server, open your web browser and go to: http://localhost:3000