https://github.com/hurricaneinteractive/epic-reviews
https://github.com/hurricaneinteractive/epic-reviews
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hurricaneinteractive/epic-reviews
- Owner: HurricaneInteractive
- Created: 2020-07-16T10:39:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T14:27:05.000Z (over 3 years ago)
- Last Synced: 2025-02-26T20:18:34.182Z (over 1 year ago)
- Language: Rust
- Size: 224 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Epic Reviews
A website that will allow users to submit reviews for games on the Epic Game store. This is a missing feature and something that should be there already. The site will be built with a API first approach as I plan to create a browser extension that will be available on the Epic Game store using the same data.
> The project is still VERY MUCH in progress. The plans and ideas are currently in my head. I might create some issues to make contributing to the project easier
## What is being used?
- [Rocket](https://rocket.rs/)
- [Tera](https://github.com/Keats/tera)
- [React](https://reactjs.org/)
## Want to contribute
1. Clone to repository
2. Run `nvm install` (you will need [nvm](https://github.com/nvm-sh/nvm))
3. Run `yarn` - installs some JS dependencies
4. Run `cargo run` to start a local server
5. Make changes and commit them