This project is focused on building a platform where Kenyan highschool students can reach out for counselling with their desired peer caouselors and youth. They get to access anonymous chat channels.
Step-by-step instructions on how to get the development environment running.
# Clone the repository
git clone https://github.com/circuit682/Chatanon
# Navigate to the project directory
cd Chatanon
# Install dependencies
npm installLearn about react.js as you explore the project.
# Run the application
npm startGuidelines for contributing to the project.
- Fork the repository
- Create a new branch (
git checkout -b feature-branch) - Commit your changes (
git commit -m 'Add some feature') - Push to the branch (
git push origin feature-branch) - Open a pull request