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