Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 484 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 484 Bytes

This is a personal portfolio project by Daoxi Sun, built with React and Next.js.

Set up

To install all dependencies:

npm install

Development

To run the development server:

npm run dev

and open http://localhost:3000

Deployment

To build for deployment:

npm run build

this creates a .next folder. I'm deploying it on a Node.js custom server.