An open API service indexing awesome lists of open source software.

https://github.com/arkon/crcmaker

A simple tool for generating CRC cards.
https://github.com/arkon/crcmaker

Last synced: over 1 year ago
JSON representation

A simple tool for generating CRC cards.

Awesome Lists containing this project

README

          

# CRC Maker

A simple CRC card generator. Check it out live [here](https://arkon.github.io/crcmaker/).

## Development

### Prerequisites
- [Node.js v16+](https://nodejs.org/)

### Dependencies

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

```shell
$ npm install
```

### Development tasks

To compile the assets, run:

```shell
$ npm run build
```

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

```shell
$ npm run dev
```

You can then load up in browser.