random-excuse-generate-please is a tool to generate random excuses which would work 99.999% of the time.
To install the project, clone the repository and install the dependencies:
git clone https://github.com/aquaticcalf/random-excuse-generate-please.git
cd random-excuse-generate-please
To serve the Jekyll site locally, run the following command:
jekyll serve
Then open your browser and navigate to http://localhost:4000.
Contributions are welcome! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch
git checkout -b feature-branch
. - Make your changes.
- Commit your changes
git commit -m 'Add some feature'
. - Push to the branch
git push origin feature-branch
. - Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
For any questions or suggestions, feel free to open an issue.