the-benchmarker / website

Source Code for Web Frameworks Benchmark Website
https://web-frameworks-benchmark.netlify.app
312 stars 19 forks source link

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
  4. Run dev server with hot reloading feature
    npm run dev
  5. Make awesome changes and commit it
  6. Create a Pull Request

Built with React