{% capture init %} npm init {% endcapture %} {% capture step_1 %}

In your terminal, create a new folder called mybulma, navigate to it, then type the following command:

{% highlight bash %}{{ init }}{% endhighlight %}

This will launch an interactive setup to create package.json. When prompted for an entry point, enter {{ include.entry }}.

{% endcapture %} {% assign step_title = '. Create a package.json file' | prepend: include.number %} {% include components/step.html title=step_title content=step_1 %}