Skip to content

Latest commit

 

History

History
executable file
·
21 lines (13 loc) · 936 Bytes

File metadata and controls

executable file
·
21 lines (13 loc) · 936 Bytes

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.