Reviewd brings the top critics in gaming all in one place. It is a review aggregator for video games, collecting reviews from the top publications in gaming such as IGN, GameSpot, Polygon, and Eurogamer.
To get a local copy up and running follow these simple steps.
This is an example of how to list things you need to use the software and how to install them.
npm install
- Clone the repo
git clone https://github.com/LethalPants/reviewd.git
- Install NPM packages
npm install
cd client
npm install
- Add
.env
file
Add a .env
file to the root directory to add environment variables.
To the .env
file add the following
MONGODB_URI = <YOUR MONGODB URI>
JWT_SECRET = <YOUR SECRET KEY>
- Run
npm run dev
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser. Whenever you modify any of the source files inside the /src
folder,
the module bundler (Webpack) will recompile the app on the fly and refresh all the connected browsers.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.