Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

ogkae/portfolio

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My own portfolio

Use this template

made with Typescript and Solid. Website

TypeScript SolidJS Vite


Quick Start

git clone https://github.com/ogkae/portfolio.git
cd portfolio
pnpm install
pnpm dev

Visit localhost:3000

Commands

Command Description
pnpm dev Start development server
pnpm build Build for production
pnpm serve Preview production build

Browser Support

Chrome Firefox Safari Edge

Customization

Update content | Edit arrays in src/App.tsx:

const projects: Project[] = [
  { id: 'p1', title: 'Project', description: '...', tech: ['...'], github: '...' }
];

Change theme | Modify variables in src/index.css:

:root { --bg-primary: #ffffff; --text-primary: #000000; }
[data-theme='dark'] { --bg-primary: #000000; --text-primary: #ffffff; }

GitHub username | Update in fetchGithubStats():

fetch('https://api.github.com/users/YOUR_USERNAME')

Deployment

pnpm build

Deploy dist/ to: NetlifyVercelGitHub PagesCloudflare Pages

Stack

SolidJSTypeScriptViteLucide Icons


Showcase

image image
Morty Proxy This is a proxified and sanitized view of the page, visit original site.