/discoverydb-frontend

The frontend for the Revolt DiscoveryDB.

Primary LanguageTypeScript

DiscoveryDB Frontend

The frontend for the DiscoveryDB project.

Usage

  1. Clone the repository.
  2. Install Node.js.
  3. Run npm i -g pnpm, and then run pnpm i in the cloned repository.
  4. Run pnpm dev to start the development server. The frontend will be available at localhost:5173.

Tip

If you would like to test on a smaller screen (e.g. mobile device), you can run pnpm dev --host and then go to your computer's local IP address on your mobile device.

E.g. 192.168.255.255:5173