A Video Games Platform for Avid Gamers
An app created to help with keeping track of busy video games release schedule, and to search for upcoming, popular, new, and released video-game games, that you may have missed.
View Live · Report Bug · Request Feature
Table of Contents
- Node.js 18+ and npm
-
Clone the repo
git clone https://github.com/danielmason89/curr-games.git
-
Install NPM packages
npm install
-
Copy the
.env.example
file to.env
and fill in the variables -
Run the development server
npm run dev
-
Open http://localhost:3000 to view it in the browser.
Curr🔥games is an open-source project and we welcome contributions from the community.
If you'd like to contribute and a suggestion that would make this app better, please fork the repository to make change and contact us. As all pull requests are warmly welcomed. You can also simply open an issue with the tag "enhancement".
✨ Don't forget to give the project a star! Thanks again! ✨
- Fork the Project
- Create your Feature Branch (
git checkout -b feat/new-feature
) - Commit your Changes (
git commit -m 'Add some new-feature'
) - Push to the Branch (
git push origin feat/new-feature
) - Open a Pull Request