Skip to content

coreyun/semi-pro

Repository files navigation

Semi Pro

This is a Next.js project bootstrapped with create-next-app.

Getting Started

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.

Learn More

To learn more about Next.js and Semi.design, take a look at the following resources:

Deploy on Docker

docker build -t semi-pro .
# ... push and deploy
# or direct run
docker run -p 3000:3000 semi-pro