Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/leandroargentiero/toonpersyn.be
- Owner: leandroargentiero
- Created: 2022-02-22T15:17:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-02T08:51:18.000Z (11 months ago)
- Last Synced: 2024-01-02T10:01:06.290Z (11 months ago)
- Topics: nextjs, prismicio, reactjs, tailwindcss
- Language: JavaScript
- Homepage: https://www.toonpersyn.be
- Size: 500 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```