Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.14 KB

README.md

File metadata and controls

41 lines (31 loc) · 1.14 KB

Badge Forge

A badge generator written in TypeScript using React.js

Website

BadgeForge

Project setup

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

Deployment

We use Netlify for our deployments.