Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 334 Bytes

File metadata and controls

24 lines (16 loc) · 334 Bytes

KeepWork Website

Build Setup

# install dependencies
yarn install

# create .env file and add your settings
cp .env.default .env

# for dev
yarn dev

# for production
# build for production with minification
yarn build
yarn start

# if there are some errors while start server, pls try stop before start
yarn stop