/portfolio

It's this website! A few nice tricks inside.

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

Yet Another Portfolio Boilerplate

This is yet another portfolio boilerplate which aggregates content from multiple data sources like Behance, Github, Medium, etc. and provides it as a backend to the frontend. It uses Vercel's edge functions and CDN to cache the data source responses to provide with a highly SEO optimized portfolio website.

Deploy with Vercel

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Note: You should provide your user names for the different data providers in the .env.local file.

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.tsx which recieves the different data sources as props.