Skip to content

Aggregating content from multiple data sources to generate a central portfolio website.

License

Notifications You must be signed in to change notification settings

shakedlokits/yet-another-portfolio-boilerplate

Repository files navigation

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.