Skip to content

kikeonline/kike.work

Repository files navigation

kike.work developer profile website

Features

  • 🔥 Next JS
  • 🛂 Strict TypeScript
  • 🚨 ESLint & Type-Check
  • 🐙 Octokit JS to fetch repos
  • 📄 Static export (No node server needed to deploy)

requirements

  1. Create .env file. Add your username in the GITHUB_USERNAME variable
cp .env.example .env.local
  1. Add your Devs and Companies in /libs/api.ts

Run development server

npm run dev

Build to deploy

This is a static project, no node server is needed. Files will be exported to _static folder.

npm run export

Todo

  • 🌐 Add next-i18next

About

kike.work developer profile website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published