Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/the-benchmarker/website

Source Code for Web Frameworks Benchmark Website
https://github.com/the-benchmarker/website

Last synced: about 2 months ago
JSON representation

Source Code for Web Frameworks Benchmark Website

Awesome Lists containing this project

README

        

# Web Frameworks Benchmark

This is the repository of the [Web Frameworks Benchmark Website](https://web-frameworks-benchmark.netlify.app). It's currently hosted on [Netlify](https://www.netlify.com/).

Source code for the benchmark itself: [the-benchmarker/web-frameworks](https://github.com/the-benchmarker/web-frameworks)

Found a bug or have a suggestion/ feedback? Feel free to [create a new issue](https://github.com/the-benchmarker/website/issues/new)

---

### 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](https://github.com/the-benchmarker/website/pulls)

---

Built with [React](https://github.com/facebook/react)