Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```