Before you begin, ensure you have met the following requirements:
- You have a Windows/Linux/Mac machine running a recent version of OS.
- You have installed the latest version of Node.js and npm.
- You have Git installed on your machine and set your global username and email address.
Set your username
git config --global user.name "Mona Lisa"
Set your email address
git config --global user.email "MY_NAME@example.com"
Yarn is a package manager for your code, similar to npm. To install Yarn, you can use npm:
npm install --global yarn
To run this project, follow these steps:
- Clone the repository:
git clone https://github.com/ivoderuever/bonn.git
- Open the terminal in the project folder and install the dependencies:
yarn install --frozen-lockfile
- Run the project
yarn dev
The application should now be running on your local machine. You can access it at http://localhost:3000.