Welcome to Peerlist, a project dedicated to maintaining a comprehensive list of all members of the Angular Cameroon community! This repository serves as a hub for collaboration, networking, and showcasing the amazing members who are part of this community.
- A searchable list of community members.
- Profiles showcasing skills, contributions, and contact information.
- A welcoming platform for connecting Angular enthusiasts in Cameroon.
Follow the instructions below to set up Peerlist locally.
Ensure you have the following installed:
- Node.js (v16 or later)
- Angular CLI (v15 or later)
- Git
-
Clone this repository:
git clone https://github.com/yourusername/peerlist.git cd peerlist
-
Install dependencies:
npm install
-
Run the development server:
ng serve
-
Open the app in your browser: Visit
http://localhost:4200
to view the application.
We welcome contributions from the community! Whether you want to add your profile, improve the UI, or optimize functionality, your input is valuable.
-
Fork this repository: Click the "Fork" button on the top-right corner of this repository.
-
Clone your fork:
git clone https://github.com/yourusername/peerlist.git cd peerlist
-
Create a new branch:
git checkout -b your-feature-branch
-
Make your changes: Add your profile or make other improvements. Ensure the code adheres to the existing style guide.
-
Commit your changes:
git commit -m "Add your description here"
-
Push your branch:
git push origin your-feature-branch
-
Submit a pull request (PR): Go to the original repository, click "Pull Requests," and submit your changes.
- Navigate to the
src/app/members
folder. - Add your profile information in the designated format (e.g., JSON or TypeScript file).
- Submit your changes following the contribution steps above.
Refer to the Wiki for detailed information about the project structure and coding guidelines.
If you have questions or need assistance, feel free to:
- Open an issue in this repository.
- Join our community on Angular Cameroon.
Thanks to the amazing members of the Angular Cameroon community for making this project possible!