Hello! mimetype.io is an open-source Gatsby-based project that provides a comprehensive database and resources related to various MIME types. We welcome contributors of all levels to join us and make this platform even better.
- Node.js (v18)
- Fork and clone the repository.
git clone https://github.com/patrickmccallum/mimetype-io.git
- Navigate into the project directory.
cd mimetype-io
- Install the dependencies.
npm install
- Start the Gatsby server.
gatsby develop
Contributions are welcome and greatly appreciated!
- Fork the project.
- Create a new branch for your feature (
git checkout -b feature/newFeature
). - Commit your changes (
git commit -m 'Add newFeature'
). - Push to your feature branch (
git push origin feature/newFeature
). - Open a Pull Request.
For any queries, feel free to reach out either here, with an issue, or at contact [at] mimetype [dot] io