This repository contains the new website for Toon Persyn - Director Of Photography.
See production: www.toonpersyn.be
- React.js framework Next.js
- Styling with TailwindCSS
- CMS Integration with Prismic
- Animation with Framer Motion
- Deployed on Vercel
clone project
cd website-toonpersyn-v2
Install the dependencies
yarn
Start development server
yarn start
Visit http://localhost:3000
To create an optimised version of the app
yarn build