Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 22 days 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-04-24T11:39:59.000Z (over 3 years ago)
- Last Synced: 2023-03-04T18:45:47.509Z (over 1 year ago)
- Topics: framer-motion, gatsby, jamstack, prismic, react, styled-components
- Language: JavaScript
- Homepage: https://blaquephotography.vercel.app
- Size: 258 KB
- Stars: 15
- Watchers: 1
- Forks: 0
- 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
```