TODO: Briefly describe this repo and Project Dendro
-
Download and extract the Bootstrap source files to a separate directory, such as
bootstrap-4.0.0
. This should be outside of this repo’s project directory. -
Complete the Bootstrap Tooling setup instructions.
-
Make this project directory the current directory, i.e.
cd agilecamp-bootstrap
. -
Feel free to modify variables in
scss/_custom.scss
to customize the build. Be sure to commit any changes. -
To perform the build, specify the location of the external Bootstrap source files and run the build script as shown:
$ BOOTSTRAP=../bootstrap-4.0.0 npm run build
-
If all goes well, the compiled Bootstrap files will be copied to this project’s
dist
directory.