1
Use NPM (recommended):
{% highlight bash %}npm install bulma{% endhighlight %}--- title: Getting started with Bulma layout: documentation doc-tab: overview doc-subtab: start breadcrumb: - home - documentation - overview - overview-start ---
There are several ways to get started with Bulma. You can either:
1
Use NPM (recommended):
{% highlight bash %}npm install bulma{% endhighlight %}2
Use the jsDelivr CDN
https://www.jsdelivr.com/package/npm/bulma
3
Download from the repository
https://github.com/jgthms/bulma/tree/master/css
For Bulma to work correctly, you need to make your webpage responsive.
1
Use the HTML5 doctype
{% highlight html %}{% endhighlight %}2
Add the responsive viewport meta tag
{% highlight html %}{% endhighlight %}If you want to get started right away, you can use this HTML starter template. Just copy/paste this code in a file and save it on your computer.
bulma-start
is a tiny npm package that includes the npm
dependencies you need to build your own website with Bulma.