--- title: Get Started --- ## Get Started There are several ways to get started with Bulma. * npm install the bulma package. * cdnjs CDN to link to the bulma stylesheet. * use the Github Repository to get the latest development version. 1) Using npm ```terminal $ npm install bulma ``` 2) Use the cdnjs CDN https://cdnjs.com/libraries/bulma 3) Download from the repository https://github.com/jgthms/bulma/tree/master/css ### Code requirements For bulma to work correctly, you need to make your webpage responsive. 1) Use HTML5 doctype ```html ``` 2) Add the responsive viewport meta tag ```html ``` 3) Starter Template ```html Hello Bulma!

Hello World

My first website with Bulma!

``` ### Bulma-start ```bulma-start``` is a tiny ```npm``` package that includes the npm dependencies you need to build your own website with Bulma.