This service provides an OAuth2 implementation for developers looking to integrate Guilded as a login medium.
For more radical changes, please first contact me or create an issue proposing the problem to be fixed with your contribution.
# Install dependencies:
npm install
# Run a development server (watches changes and auto-reloads):
npm run dev
# Build & start a production server:
npm run build
npm start