PewPew is an online community for gamers where they can write blogs, check out game info, maintain their personal games collection etc
- /home
- /games
- /games/individual-games
- /community
- /collections
- /profile
Getting a RAWG API Key
- Create an account on RAWG.
- Generate an API key.
- Copy
.env.exampleto.env.local. - Paste your key into the
RAWGvariable.
git clone https://github.com/abneeeees/PewPew.git
cd PewPew
cp .env.example .env.local
# Edit .env.local and paste their API key
bun install
bun run dev/app: contains the routes- / components : contains
UIGlobalGamePagecomponents - / lib: Handles Data Fetching and Datasets
The name comes from the sound that guns make in games
- This projects is licensed under GPLv3 license.
- Users are free to run, modify, and distribute software while ensuring that all modified versions remain free and open.V