- 🔥 Next JS
- 🛂 Strict TypeScript
- 🚨 ESLint & Type-Check
- 🐙 Octokit JS to fetch repos
- 📄 Static export (No node server needed to deploy)
- Create .env file. Add your username in the
GITHUB_USERNAME
variable
cp .env.example .env.local
- Add your Devs and Companies in
/libs/api.ts
npm run dev
This is a static project, no node server is needed. Files will be exported to _static
folder.
npm run export
- 🌐 Add
next-i18next