Skip to content

Getting Started

Mofiro Jean edited this page Nov 28, 2024 · 1 revision

Setting Up Peerlist Locally

Follow these steps to set up the project on your local machine:

  1. Clone the Repository
git clone https://github.com/yourusername/peerlist.git
cd peerlist
  1. Install Dependencies Ensure you have Node.js and Angular CLI installed, then run:
npm install
  1. Run the Development Server Start the application with:
ng serve

Open http://localhost:4200 in your browser to see the app.

For more detailed steps, refer to the README.

Clone this wiki locally