Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 1.36 KB

README.rst

File metadata and controls

39 lines (21 loc) · 1.36 KB

AberCompSoc

Welcome to Code for The website of AberCompSoc

Built with Cookiecutter Django
License:GPLv3

How to get started

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

Custom Bootstrap Compilation

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