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.
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.