This is the source code for alyssamzhang.com, which was build with Next.js and Tailwind CSS.
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