This is version 3.0, built in Next JS.
The GitHub repository for 2.0, built in Vite, is here.
The GitHub repository for 1.0, build in the now-deprecated create-react-app, is here.
Found live online at goldbox.robotlions.com.
If you haven't already, install NodeJs.
Then copy this app's source code to your local machine either by cloning the repository or by copying the code directly.
In your terminal of choice, navigate to this app's directory.
To install all dependencies:
pnpm add
Once all dependencies are installed, run the app locally in a development environment with:
pnpm dev