Skip to content

amzhang02/art-site

Repository files navigation

alyssamzhang.com

This is the source code for alyssamzhang.com, which was build with Next.js and Tailwind CSS. The custom domain has not been connected yet due to domain provider issues.

Development

To install Next.js and create a project, go to the Next.js documentation page on installation.

To run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev