A web frontend for account verification and bot configuration.
For the backend repository, which contains the Discord bot logic and the API this frontend is built against, see r-anime/misato.
# Install dependencies
npm install
# If necessary, change your API host
$EDITOR config.json
# Build and host for development
npm run start
# Build for production
npm run build:prod