Refresh on my portfolio built with Next.js, Typescript and deployed on Vercel. Designed with love in Adobe XD and using Tailwind. Strapi CMS used for content management.
- If you want to distribute or use the code for your own project please get in touch first. It's not a problem, please just ask first.
- GitHub’s Terms of Service apply to this repo so you can freely fork it but id doesn't come with any permissions.
-
First, run the development server:
npm run dev # or yarn dev -
Open http://localhost:3000 with your browser to see the result.
-
Open "index.tsx" and change all instances of "STRAPIURL" to the API URLs you want to use for fetching blog data.
-
Make sure that your Strapi data follows the TypeScript interface found in "types/PortfolioData.Interface.ts