The frontend for the DiscoveryDB project.
- Clone the repository.
- Install Node.js.
- Run
npm i -g pnpm, and then runpnpm iin the cloned repository. - Run
pnpm devto start the development server. The frontend will be available atlocalhost: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