/archive

📁 Volt package repository.

Primary LanguageJavaScriptMIT LicenseMIT

Archive

📁 Volt package repository.

Getting Started

Setup

📝 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

Running

For testing:

npm test

For deployment:

npm start

About

Authors

License

This project is licensed under the MIT License. See the LICENSE file for details.