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.
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