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.
- Host: GitHub
- URL: https://github.com/arkon/crcmaker
- Owner: arkon
- License: mit
- Created: 2015-09-19T04:42:04.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2024-01-09T22:39:31.000Z (over 2 years ago)
- Last Synced: 2024-01-10T23:00:28.403Z (over 2 years ago)
- Language: JavaScript
- Homepage: http://arkon.github.io/crcmaker/
- Size: 1.75 MB
- Stars: 58
- Watchers: 4
- Forks: 42
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.