Skip to content

Latest commit

Β 

History

History
29 lines (27 loc) Β· 744 Bytes

File metadata and controls

29 lines (27 loc) Β· 744 Bytes
home true
heroImage /svg/js-cube.svg
heroText JavaScript Webapi
tagline Do what you love, love what you do
actionText Get Started β†’
actionLink /welcome
features
title details
Jeff Atwood
Any application that can be written in JavaScript, will eventually be written in JavaScript.
title details
Steve Jobs
I would trade all of my technology for an afternoon with Socrates.
title details
Murphy's Law
Anything that can go wrong will go wrong.
footer MIT Licensed | Copyright Β© 2018-present Itellboy - 湘 ICP 倇 18020225 号

Just do it

# clone repo
git clone https://github.com/itellboy/javascript-webapi.git && cd docs
# install dependences
yarn
# run dev
yarn start
# run build
yarn build