Autogit allows changes that are made in the repository to get pulled to your computer in real time by using the GitHub's Webhook.
Before starting 🏁, you need to have Git, Node and Ngrok installed.
# Clone this project
$ git clone https://github.com/rexulec/autogit.git
# Access
$ cd autogit
# Install dependencies
$ npm i
# or
$ yarn
# Run the project
$ yarn start
# or
$ npm run start
# Dont forget to change .env
# The server will initialize in the <http://localhost:3000>If you have a domain, you can connect this port to your domain. If you dont have a domain or you want to test locally, you need to use Ngrok.
# Start your ngrok server
$ ngrok http 3000 --region us
# If github giving you an error, you need to change your region.burayı yazarım suan usendım
This project is under license from MIT. For more details, see the LICENSE file.
Made with ❤️ by rexulec
