/discord-finder-frontend

The front-end for retrieving information about people on discord

Primary LanguageJavaScript

About

This is the frontend application for Discord Finder, it allows you to retrive information about people on discord just like the discord lookup website but without captcha and you can host it on your own machine.

discord finder

Back-end

The back-end for this application can be found here.

Install the dependencies

yarn

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.