This is a simple html page that generates a message in a style of GitHub contributions grid. You can use it to create an image for your social profiles or your CV, etc.
- Clone the repository
git clone https://github.com/artemkdr/github-contributions-custom-message cd github-contributions-custom-message - Run
npm installto install dependencies - Run
npm run devto start dev the server - Open
http://localhost:3000in your browser
npm run build- build the projectnpm run preview- preview the buildnpm run typecheck- run typescript type checknpm run lint- run eslintnpm run lint:fix- run eslint with --fix optionnpm run format- run prettiernpm run test- run testsnpm run test:watch- run tests in watch mode
I used html-to-image library to generate the images from html page.
The project is hosted on Vercel.
