Installation - JustinBack/BiosMasterPasswordGenerator GitHub Wiki
Requirements:
- Node v8 or later (For full support)
- Node v6 (For bundling only)
- Clone the Repo
- Install all required dependencies:
npm install
- If changes to code has been made you can lint it by running
npm run lint
- Bundle the assets: npm run webpack
- Use assets in the dist folder, those are ready for upload.