A social media community website designed specifically for hackers. Here, hackers from all over the world can come together to test their skills, practice their techniques, and connect with like-minded individuals.
To install the project, first make sure you have Node.js and npm installed on your system. Then, clone the repository and run the following command:
npm i
This will install all the required dependencies.
To run the project, use the following command:
npm run dev
This will start a development server, and you will be able to view the website on your browser at http://localhost:5173.
Our platform offers a range of features and tools that will help you hone your abilities in hacking and cyber security, including:
- Browse through the links provided on our website and try to find vulnerabilities in the websites to sharpen your skills.
- Participate in contests organized by our site to challenge yourself and put your skills to the test.
- Connect with other hackers, make friends and build relationships.
- Chat with other members and exchange knowledge and ideas, which will help you learn and grow even more.
- Discussion forum where members can discuss their doubts and share information on various topics related to hacking and cyber security.
We welcome contributions from the community. If you have an idea for a new feature or would like to fix a bug, please submit a pull request. We will review your changes and merge them if they are in line with the project's goals.
-
Fork the repository by clicking the "Fork" button on the top-right corner of the repository page.
-
Clone the forked repository to your local machine using the git clone command:
git clone https://github.com/<YOUR_USERNAME>/FlagRush.git
cd FlagRush
npm i
This will install all the required dependencies. Then run the project, using following command:
npm run dev