Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/the-benchmarker/website
Source Code for Web Frameworks Benchmark Website
https://github.com/the-benchmarker/website
Last synced: 1 day ago
JSON representation
Source Code for Web Frameworks Benchmark Website
- Host: GitHub
- URL: https://github.com/the-benchmarker/website
- Owner: the-benchmarker
- Created: 2021-04-09T08:14:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-30T13:01:39.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T16:39:04.411Z (3 months ago)
- Language: TypeScript
- Homepage: https://web-frameworks-benchmark.netlify.app
- Size: 450 KB
- Stars: 315
- Watchers: 10
- Forks: 19
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
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)