This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
git clone git@github.com:Coreyun/semi-pro.git
cd semi-pro
yarn
yarn dev
Open http://localhost:3000 with your browser to see the result.
To learn more about Next.js and Semi.design, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Semi.design Documentation - learn about Semi.design features and API.
docker build -t semi-pro .
# ... push and deploy
# or direct run
docker run -p 3000:3000 semi-pro