Static react-based website for livebench.ai.
This should be done on a local machine so that changes may be verified with browser prior to pushing. GitHub Workspaces should also work.
npm installnpm run startAutomatically reloads on file changes and serves at http://localhost:3000 by default.
npm run deployThis will build the project and push it to the gh-pages branch.