This is a personal portfolio project by Daoxi Sun, built with the React framework Next.js.
To install all dependencies:
npm installTo run the development server:
npm run devand open http://localhost:3000
To build for deployment:
npm run buildthis creates a .next folder.
I'm deploying it on a Node.js custom server.