Follow the steps below to run the application locally:
- Create a folder on your local machine to store the app
- Open a terminal in that folder and run the following command:
git clone https://github.com/kmarler18/my-app.git
- Change your directory to the project folder:
cd my-app
- Install dependencies:
npm install
- Run the project:
npm run dev