About the project | Getting started | How to contribute | License
This is an open source project that serves as a typing speed test.
- Clone the repository;
- Make changes to images and texts in the
index.html
file; - Change the colors and fonts in the
style.css
file.
- Fork this repository;
- Create a branch with your feature:
git checkout -b my-feature
; - Commit your changes:
git commit -m "feat: my new feature"
; - Push to your branch:
git push origin my-feature
.
Once your pull request has been merged, you can delete your branch.
This project is under the MIT license. See the LICENSE file for more details.
Made with ❤️ by John Emerson & Pedro Henrique 👋