https://github.com/kamikazechaser/2fa-form
https://github.com/kamikazechaser/2fa-form
2fa-form
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kamikazechaser/2fa-form
- Owner: kamikazechaser
- Created: 2017-03-07T12:05:01.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-07T13:24:12.000Z (about 8 years ago)
- Last Synced: 2025-01-23T15:46:31.612Z (4 months ago)
- Topics: 2fa-form
- Language: CSS
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To get started:
1. Ensure you have Node.js installed, else visit [here](https://nodejs.org/en/)
2. open a command prompt window/terminal
3. cd into the folder (in Windows open the folder and hold shift + right-click, then open command window here)
4. Run the following command in order:- `npm install -g bower`
- `npm install`
- `bower install`5. Edit `config.js` file and enter your own value between the quotes
6. Finally run `npm start`Tips:
1. Run behind a nginx proxy server
2. Use a SSL certificate (preferably from LetsEncrypt)