This site is built with VuePress. Site content is written in Markdown format located in docs.
- Clone repository
git clone https://github.com/xiao-akatsuki/axios.org.git`
- Install dependencies
yarn install
# or
npm install
- Start local development environment
yarn docs:dev
# or
npm run docs:dev