--- title: Get Started --- ## Get Started There are several ways to get started with Bulma. * Installing the Bulma package with npm * Using a 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. ### Further References: - [Bulma Documentation](https://bulma.io/documentation) - [Vue.js based on Bulma](https://buefy.github.io/documentation)