Skip to content

GeekPark/gpk_web

Repository files navigation

How to Start

# clone project
git clone https://github.com/geekpark/gpk_web.git

cd src
# modify config.js
cp config.example.js config.js
cd ..
yarn install
# start
npm run dev

Deploy

npm run build