superbenchmark/website
dependabot[bot] 528d69bd13
Bump eventsource from 1.1.0 to 1.1.1 in /website (#357)
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/EventSource/eventsource/releases)
- [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md)
- [Commits](https://github.com/EventSource/eventsource/compare/v1.1.0...v1.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-06 11:39:35 +08:00
..
blog Release - SuperBench v0.5.0 (#350) 2022-04-29 16:22:55 +08: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.5.0 (#350) 2022-04-29 16:22:55 +08:00
package-lock.json Bump eventsource from 1.1.0 to 1.1.1 in /website (#357) 2022-06-06 11:39:35 +08:00
package.json Release - SuperBench v0.5.0 (#350) 2022-04-29 16:22:55 +08:00
sidebars.js Docs - Add usage for result summary (#337) 2022-04-08 20:44:25 +00: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.