IGDB Database is learning project used to explore the vast data stored within IGDB. This project is an early attempt at gaining further experince with the Next.Js, and React ecosystem.
This project can be viewed at https://igdb-nu.vercel.app/.
To get this project running locally a Vercel Account will be required with a Edge Config Store. Setup can be achieved with the following steps.
- Duplicate
.env.exampleto.env.development.local - Review
.env.development.localand place the relevant config values in here.EDGE_CONFIG- Read More HereEDGE_CONFIG_ID- Read More HereVERCEL_TOKEN- Read More HereTWITCH_CLIENT_ID- Read More HereTWITCH_CLIENT_SECRET- Read More Here
- Run
npm install - Run
npm run dev - Go to https://localhost:3000
Primarily this project is being used to gain refine my abilities in the modern development world with a focus of using the latest and greatest technology (at this current time) and deploying them in a practical and usable application.
The nightly branch has been left in place for your entertainment and to follow my learning.