https://github.com/yinkakun/blaque-photography
Portfolio website of a photographer. Built with GatsbyJS
https://github.com/yinkakun/blaque-photography
framer-motion gatsby jamstack prismic react styled-components
Last synced: about 1 month ago
JSON representation
Portfolio website of a photographer. Built with GatsbyJS
- Host: GitHub
- URL: https://github.com/yinkakun/blaque-photography
- Owner: yinkakun
- Created: 2021-03-06T06:11:05.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-24T11:39:59.000Z (about 4 years ago)
- Last Synced: 2025-04-12T10:14:14.042Z (about 1 month ago)
- Topics: framer-motion, gatsby, jamstack, prismic, react, styled-components
- Language: JavaScript
- Homepage: https://blaquephotography.vercel.app
- Size: 258 KB
- Stars: 19
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blaque Photography
A Photographer Portfolio JAMStack website. [View Live Demo](https://blaquephotography.vercel.app)
## 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
```bash
git clone https://github.com/yinkakun/blaque-photography
```2. Navigate into repository
```bash
cd blaque-photography
```3. Install the dependencies
```bash
yarn install
```4. Start the development server
```bash
yarn start
```5. Start the build mode
```bash
yarn build
```