superbenchmark/website
dependabot[bot] 4e27142a59
Bump express from 4.18.2 to 4.19.2 in /website (#618)
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.18.2...4.19.2)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-26 09:12:11 +08:00
..
blog Release - SuperBench v0.10.0 (#607) 2024-01-08 05:40:52 +00:00
src Website - Initialize SuperBench website (#102) 2021-06-25 15:59:13 +08:00
static Website - Initialize SuperBench website (#102) 2021-06-25 15:59:13 +08:00
.gitignore Website - Initialize SuperBench website (#102) 2021-06-25 15:59:13 +08:00
README.md Website - Initialize SuperBench website (#102) 2021-06-25 15:59:13 +08:00
babel.config.js Website - Initialize SuperBench website (#102) 2021-06-25 15:59:13 +08:00
docusaurus.config.js Release - SuperBench v0.10.0 (#607) 2024-01-08 05:40:52 +00:00
package-lock.json Bump express from 4.18.2 to 4.19.2 in /website (#618) 2024-07-26 09:12:11 +08:00
package.json Release - SuperBench v0.10.0 (#607) 2024-01-08 05:40:52 +00:00
sidebars.js Analyzer - Generate baseline given results from multiple nodes. (#575) 2023-11-22 14:42:32 +08:00

README.md

SuperBench Website

SuperBench website is built using Docusaurus, a modern static website generator.

Installation

cd website
npm install
npm start

It will start a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.