Enter your github username to generate your own gitmon card.
https://gitmon-card-generator.vercel.app/
preview-video.mp4
Before setting up the project, make sure you have the following tools installed:
- Node.js (version 14 or higher recommended)
- Git (for cloning the repository)
- A terminal (To enter the commands into)
- Clone the repository:
git clone https://github.com/Aebel-Shajan/gitmon-card-generator.git
- Navigate into the project directory:
cd gitmon-card-generator
- Install npm dependencies:
npm install
- Start the vite development server
npm run dev
- Go to http://localhost:5173/ or the link displayed in the terminal
Contributions are more than welcome :). If you have a feature request raise an issue. Also feel free to fork and submit a pull request too.. If the precommit hooks are a pain i'll remove them.
Read CONTRIBUTING.md for more details