Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 751 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 751 Bytes

Portfolio website toonpersyn.be 2022

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

See production: www.toonpersyn.be

Used tech stack:

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