A badge generator written in TypeScript using React.js
You need Node > 16 installed on your system.
Then you can use the following commands to start development:
# install dependencies
npm install
# start local dev server
npm run start
# create a production build
npm run build
# serve production build
npx serve build
We use Netlify for our deployments.