Skip to content
This repository has been archived by the owner on Jul 25, 2023. It is now read-only.

Latest commit

 

History

History
30 lines (18 loc) · 1003 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 1003 Bytes

aolccbc.com

Website

Libraries.io dependency status for GitHub repo

This is the source code for aolccbc.com

All internal code is Copyright Academy of Learning

Libraries used Copyright their rights holders

Contributing

To contribute changes, please create a branch and pull request with your changes.

Running

November 2022

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