crcmaker icon indicating copy to clipboard operation
crcmaker copied to clipboard

A simple tool for generating CRC cards.

CRC Maker

A simple CRC card generator. Check it out live here.

Development

Prerequisites

Dependencies

To install the required dependencies, simply run the following commands in the root directory of the project.

$ npm install

Development tasks

To compile the assets, run:

$ npm run build

If you want to launch a development server and automatically recompile on file changes, run:

$ npm run dev

You can then load up http://localhost:3000/ in browser.