This commit is contained in:
Jaco Greeff
2019-02-26 16:03:21 +01:00
parent e3582c8bc4
commit 6506c102a7
3 changed files with 8 additions and 8 deletions

View File

@@ -37,9 +37,9 @@ To get started -
2. Ensure that you have a recent version of Node.js, for development purposes [Node 10](https://nodejs.org/en/) is recommended.
3. Ensure that you have a recent version of Yarn, for development purposes [Yarn >=1.10.1](https://yarnpkg.com/docs/install) is required.
4. Install the dependencies by running `yarn`
5. Build the API Docs, via `yarn run build`
6. Ready! Now you can launch the API Docs, via `yarn gitbook serve`
7. Access the API Docs via [http://localhost:4000](http://localhost:4000)
5. Build the everything via `yarn run build`
6. You can also launch the API Docs, via `yarn vuepress dev docs`
7. Access the docs via [http://localhost:8080](http://localhost:8080)
## tutorials

View File

@@ -21,7 +21,7 @@
},
"devDependencies": {
"@babel/core": "^7.3.3",
"@polkadot/dev": "^0.25.3",
"@polkadot/dev": "^0.25.4",
"@polkadot/ts": "^0.1.53"
}
}

View File

@@ -1437,10 +1437,10 @@
universal-user-agent "^2.0.0"
url-template "^2.0.8"
"@polkadot/dev@^0.25.3":
version "0.25.3"
resolved "https://registry.yarnpkg.com/@polkadot/dev/-/dev-0.25.3.tgz#9b4d192a693df07f8b675d46eac91b9162f4e68b"
integrity sha512-oFuLQvvBn1TIMJUfWjWd1X6367BJ+y4nxrfhmEHTZndkmlFu3Jihtb3inWbB5ns2EWE9tkYO2dRjb8KSWK0zGg==
"@polkadot/dev@^0.25.4":
version "0.25.4"
resolved "https://registry.yarnpkg.com/@polkadot/dev/-/dev-0.25.4.tgz#5ba6379aec4011abf9a534ad2556d4cf7b61e267"
integrity sha512-B/E5DokKWYSvZ60044lym/TumXv4wS7wFeZYX3AWI/ivkR6bGJH8E3355g1iU6XFKtIjU9iL4HQS2n2K7A45sA==
dependencies:
"@babel/cli" "^7.2.3"
"@babel/core" "^7.3.3"