/website

Source Code for Web Frameworks Benchmark Website

Primary LanguageTypeScript

Web Frameworks Benchmark

This is the repository of the Web Frameworks Benchmark Website. It's currently hosted on Netlify.

Source code for the benchmark itself: the-benchmarker/web-frameworks

Found a bug or have a suggestion/ feedback? Feel free to create a new issue


Contributing

  1. Fork this repository
  2. Clone the forked repository
  3. Install required dependencies
cd website
npm i
  1. Run dev server with hot reloading feature
npm run dev
  1. Make awesome changes and commit it
  2. Create a Pull Request

Built with React