https://github.com/patrickmccallum/mimetype-io
The code for mimetype.io
https://github.com/patrickmccallum/mimetype-io
Last synced: over 1 year ago
JSON representation
The code for mimetype.io
- Host: GitHub
- URL: https://github.com/patrickmccallum/mimetype-io
- Owner: patrickmccallum
- License: mit
- Created: 2023-06-22T07:22:54.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-24T08:40:38.000Z (over 1 year ago)
- Last Synced: 2025-03-24T05:11:42.460Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://mimetype.io
- Size: 665 KB
- Stars: 76
- Watchers: 2
- Forks: 13
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mimetype.io
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.
## Quick Start
### Prerequisites
- Node.js (v18)
### Installation
1. Fork and clone the repository.
```bash
git clone https://github.com/patrickmccallum/mimetype-io.git
```
2. Navigate into the project directory.
```bash
cd mimetype-io
```
3. Install the dependencies.
```bash
npm install
```
4. Start the Gatsby server.
```bash
gatsby develop
```
## Contributing
Contributions are welcome and greatly appreciated!
1. Fork the project.
2. Create a new branch for your feature (`git checkout -b feature/newFeature`).
3. Commit your changes (`git commit -m 'Add newFeature'`).
4. Push to your feature branch (`git push origin feature/newFeature`).
5. Open a Pull Request.
## Contact
For any queries, feel free to reach out either here, with an issue, or at contact [at] mimetype [dot] io