Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 591 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 591 Bytes

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.