This is the Rae Barnes Photography website. It is built on NextJS and deploys on Vercel.
First, run the development server:
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.
To develop using Storybook, run:
npm run storybook