Skip to content
/ MasaBootstrap5 Public template

Theme for Masa CMS that implements Bootstrap 5 and Font Awesome 5.

License

Notifications You must be signed in to change notification settings

MasaCMS/MasaBootstrap5

Repository files navigation

MasaBootstrap5

A Masa CMS theme based on Bootstrap v5, a responsive, mobile first front-end framework for faster and easier web development. This also includes Font Awesome, the iconic font designed for Bootstrap.

Building this project

This Masa Theme comes with all the CSS en JS file precompiled. If you wish to build the project yourself, then you can do so with NPM. Make sure NPM is installed. First install the depencies; open a terminal, goto the root folder of this Theme and type:

`npm install`

This will install all the needed packages. Then to build the project (using Gulp) type:

`npm run build`

The project is now build.