Skip to content

Latest commit

 

History

History
executable file
·
20 lines (17 loc) · 264 Bytes

README.md

File metadata and controls

executable file
·
20 lines (17 loc) · 264 Bytes

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