Skip to content

vatsal0601/portfolio-blog

Repository files navigation

Portfolio

This portfolio is built using NextJS, TailwindCSS, React-Markdown, React-GFM and useSWR for the front-end part and strapi CMS with GraphQL for the backend part.

For Experimenting

  • Clone the repo
  • Add your strapi url to NEXT_PUBLIC_API_URL in a .env file (By default strapi url will be http://localhost:1337)
  • Now run the following commands in the terminal
npm install
npm run dev

Note this is the frontend repo of the portfolio for backend code check portfolio-blog-backend