voltengine / archive

πŸ“ Volt package repository.

Home Page:https://voltengine.glitch.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

πŸ“ Volt package repository.

https://voltengine.glitch.me/

License:MIT License


Languages

Language:JavaScript 100.0%