Welcome to Code for The website of AberCompSoc
License: | GPLv3 |
---|
For development, you can use docker - simply clone this repo, and run docker-compose -f local.yml up If you are using IDEA/pycharm, you can use the dockerfile as an environment, and all of the requirements will be built automatically
We use Gulp for front end resource management (minification etc...) - you will need to have NPM installed on your local machine to get this running
The generated CSS is set up with automatic Bootstrap recompilation with variables of your choice.
Bootstrap v4.1.3 is installed using npm and customised by tweaking your variables in static/sass/custom_bootstrap_vars
.
You can find a list of available variables in the bootstrap source, or get explanations on them in the Bootstrap docs.
Bootstrap's javascript as well as its dependencies is concatenated into a single file: static/js/vendors.js
.
It is recommended