This is a simple artist portfolio website built with Next.js, Prismic and Tailwind. It fetches data from a Prismic CMS and uses static site generation to display pages. It features a portfolio page with a gallery of images, an about page, and a contact page that uses a form from Web3Forms.
This website was based on the starter template for Learn Next.js.
The website is availible at: https://luanagoes.vercel.app/
- Next.js
- Tailwind
- Prismic
- Web3Forms
To run the website locally, follow these steps:
- Clone the repository to your local machine.
- Install the dependencies by running
npm install
- Start the development server by running
npm run dev
- Open the website in your browser by visiting http://localhost:3000.