mirror of https://github.com/tikv/website.git
update build script in README.md
Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
This commit is contained in:
parent
fe3e53aba0
commit
f796aa0128
|
|
@ -13,6 +13,7 @@ To run the site locally, you'll need to install [Yarn](https://yarnpkg.com) and
|
|||
You can then host the development server for the site with:
|
||||
|
||||
```bash
|
||||
yarn install
|
||||
make serve
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,8 @@
|
|||
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
||||
# yarn lockfile v1
|
||||
|
||||
|
||||
bulma@^0.7.4:
|
||||
version "0.7.5"
|
||||
resolved "https://registry.yarnpkg.com/bulma/-/bulma-0.7.5.tgz#35066c37f82c088b68f94450be758fc00a967208"
|
||||
integrity sha512-cX98TIn0I6sKba/DhW0FBjtaDpxTelU166pf7ICXpCCuplHWyu6C9LYZmL5PEsnePIeJaiorsTEzzNk3Tsm1hw==
|
||||
Loading…
Reference in New Issue