Zolo
A simple ReactJs-SearchEngine for Open-sources projects on Github, GitLab and Bitbucket !
Requirements
- yarn/npm
- create-react-app
Clone the repository
git clone https://github.com/Sanix-Darker/zzollo.git
cd zzollo
How to install
You just have to run :
# Using yarn
yarn
# Using npm
npm install
How to launch
You just have to run :
# Using yarn
yarn start
# Using npm
npm start
# Using zolo.sh
./zolo.sh
Application will be running on
How to contribute
Just follow these steps :
- Create an issue with your fix/feature/improvement (Optionnal but recommended).
- Fork the project.
- Create a branch for your feature/update/fix(Make sure to have the latest master-branch updates).
- Create a Pull Request to develop branch.
- After a check, it will be merged to the project.