You may check it out on Vercel.
Clone the repo
git clone https://github.com/srjheam/ignite-platform.git
Head to the repo directory
cd ignite-platform/
Install NPM packages
npm install --force
Set up your local environment
Copy .env.local.example file to .env.local (which will be ignored by Git):
cp .env.local.example .env.local
Add GraphQL API info.
Start development server and you're done
npm run dev
Licensed under the MIT License.