kikeonline / kike.work

kike.work developer profile website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:TypeScript 61.4%Language:CSS 38.1%Language:JavaScript 0.5%