Skip to content

yinkakun/blaque-photography

Repository files navigation

Blaque Photography

A Photographer Portfolio JAMStack website. View Live Demo

Built with

  1. Gatsby for Static Site Generation
  2. Prismic for Headless CMS
  3. Framer Motion for animation
  4. Styled Component for styling

Local development

  1. Clone the repository
git clone https://github.com/yinkakun/blaque-photography
  1. Navigate into repository
cd blaque-photography
  1. Install the dependencies
yarn install
  1. Start the development server
yarn start
  1. Start the build mode
yarn build