Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 757 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 757 Bytes

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.