This is the source code for aolccbc.com
All internal code is Copyright Academy of Learning
Libraries used Copyright their rights holders
To contribute changes, please create a branch and pull request with your changes.
This project has been converted to use parcel to build the static pages.
To develop/build, you need node.js
- Clone the project by running
git clone https://github.com/fireball8931/aolccbc.com
- CD into aolccbc.com
- Run
npm i
- Run
npm run dev
to develop - Run
npm run build
to build a static copy of the site under/www
A reverse proxy is still required to serve over SSL