Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/leandroargentiero/toonpersyn.be

Portfolio website for Toon Persyn - Director Of Photography
https://github.com/leandroargentiero/toonpersyn.be

nextjs prismicio reactjs tailwindcss

Last synced: about 6 hours ago
JSON representation

Portfolio website for Toon Persyn - Director Of Photography

Awesome Lists containing this project

README

        

# Portfolio website toonpersyn.be 2022

This repository contains the new website for Toon Persyn - Director Of Photography.

See production: [www.toonpersyn.be](www.toonpersyn.be)

#### Used tech stack:

- React.js framework [Next.js](https://nextjs.org/)
- Styling with [TailwindCSS](https://tailwindcss.com/)
- CMS Integration with [Prismic](https://prismic.io/)
- Animation with [Framer Motion](https://www.framer.com/motion/)
- Deployed on [Vercel](https://vercel.com/)

## Installing project

```
clone project
cd website-toonpersyn-v2
```

Install the dependencies

```
yarn
```

Start development server

```
yarn start
Visit http://localhost:3000
```

## Building for production

To create an optimised version of the app

```
yarn build

```