π Volt package repository.
π Create following ./.env
file:
PORT={http-port}
GITHUB_CLIENT_SECRET={oauth-app-secret}
If PORT remains unspecified, server defaults to 80
.
βοΈ Modify ./src/config.js
as you fancy. Remember to set matching GitHub client ID and callback URL.
π» Install Node.js dependencies:
npm install
For testing:
npm test
For deployment:
npm start
- Ray Ferric (rayferric)
This project is licensed under the MIT License. See the LICENSE file for details.