Note: requires node version >= 8.10.0 and npm version >= 5.6.0
First, clone the repo via git:
$ git clone --depth 1 [email protected]:hisasann/typescript-nuxtjs-boilerplate-docs.git
for mac
$ brew install yarn
for windows
Using yarn:
yarn install
Using npm:
npm install
$ yarn start
or
$ npx docsify serve docs
MIT © hisasann