Skip to content
This repository was archived by the owner on Dec 15, 2021. It is now read-only.

Latest commit

 

History

History
41 lines (24 loc) · 1001 Bytes

File metadata and controls

41 lines (24 loc) · 1001 Bytes

FCReg

This little extension provides a way to quickly and easily scan IDs and print con-goer badges.

Note! this is only for FC (1311) and only works for the year 2022 (372652).

User Installation

TODO...

Initial Development Setup

  1. Make sure you have NodeJS and NPM installed.
  2. Run npm install in the root directory

Developing

npm run watch

Runs the app in development mode. Then follow these instructions to see your app:

  1. Open chrome://extensions
  2. Check the Developer mode checkbox
  3. Click on the Load unpacked extension button
  4. Select the folder my-extension/build

Building

npm run build

Builds the app for production to the build folder. Zip the build folder and your app is ready to be published on Chrome Web Store.

Testing

npm run test

Executes the files that contain unit tests.