Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 526 Bytes

File metadata and controls

27 lines (18 loc) · 526 Bytes

livebench.github.io

Static react-based website for livebench.ai.

Development

This should be done on a local machine so that changes may be verified with browser prior to pushing. GitHub Workspaces should also work.

Setup

npm install

Run dev server

npm run start

Automatically reloads on file changes and serves at http://localhost:3000 by default.

Deploying

npm run deploy

This will build the project and push it to the gh-pages branch.