From: Hugo Maestá Date: Mon, 15 Oct 2018 15:22:13 +0000 (-0300) Subject: bulma-start better 'getting started' (#2147) X-Git-Tag: 0.7.3~62 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fe32acbe75021821109f29b64217362cfdc2270f;p=thirdparty%2Fbulma.git bulma-start better 'getting started' (#2147) * bulma-start best getting started Instructions are confused because `bulma-start` it's not an extension or component – it's a template. This way, using `npm` and copying files from `node_modules` is NOT intuitive. `git clone` gives a better understanding of how to get started. * bulma-start download zip * Removed git instructions --- diff --git a/docs/bulma-start.html b/docs/bulma-start.html index 9177b1f0a..06007ead2 100644 --- a/docs/bulma-start.html +++ b/docs/bulma-start.html @@ -30,11 +30,15 @@ breadcrumb: {% include elements/anchor.html name="Install" %} -{% highlight bash %}npm install bulma-start{% endhighlight %} +Download bulma-start (.zip), rename to your project's name (i.e. `my-new-bulma-site`) and: -

or

+{% highlight bash %} +cd my-new-bulma-site +npm install +npm start +{% endhighlight %} -{% highlight bash %}yarn add bulma-start{% endhighlight %} +For more, visit bulma-start README on Github. {% include elements/anchor.html name="What’s included" %}