@ -4,9 +4,10 @@ title: Get Started
|
|||||||
## Get Started
|
## Get Started
|
||||||
|
|
||||||
There are several ways to get started with Bulma.
|
There are several ways to get started with Bulma.
|
||||||
* <b>npm</b> install the bulma package.
|
|
||||||
* cdnjs <b>CDN</b> to link to the bulma stylesheet.
|
* <b>npm</b> install the Bulma package.
|
||||||
* use the <b>GitHub Repository</b> to get the latest development version.
|
* cdnjs <b>CDN</b> to link to the Bulma stylesheet.
|
||||||
|
* use the <b>Github Repository</b> to get the latest development version.
|
||||||
|
|
||||||
1) Using npm
|
1) Using npm
|
||||||
```terminal
|
```terminal
|
||||||
@ -20,7 +21,7 @@ https://github.com/jgthms/bulma/tree/master/css
|
|||||||
|
|
||||||
### Code requirements
|
### Code requirements
|
||||||
|
|
||||||
For bulma to work correctly, you need to make your webpage responsive.
|
For Bulma to work correctly, you need to make your webpage responsive.
|
||||||
1) Use HTML5 doctype
|
1) Use HTML5 doctype
|
||||||
```html
|
```html
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
@ -56,4 +57,4 @@ For bulma to work correctly, you need to make your webpage responsive.
|
|||||||
```
|
```
|
||||||
|
|
||||||
### Bulma-start
|
### Bulma-start
|
||||||
```bulma-start``` is a tiny ```npm``` package that includes the npm dependencies you need to build your own website with Bulma.
|
```bulma-start``` is a tiny ```npm``` package that includes the npm dependencies you need to build your own website with Bulma.
|
||||||
|
Reference in New Issue
Block a user