Static website source for the Haven of Wisdom Academy marketing site and campus information pages.
index.phpand feature folders such asabout/,admissions/,blog/,enroll/, andgallery/contain the public pages.includes/contains shared PHP layout partials.script.js,styles.css,tuition.js, andtailwind-input.csscontain the front-end source files.tailwind.built.cssis the generated stylesheet served by the site.deploy.batuploads eligible site files over FTP after reading deployment values from.env.
-
Install dependencies:
npm install
-
Build the production stylesheet:
npm run build
-
Rebuild during CSS work:
npm run watch
- Copy
.env.exampleto.env. - Set
FTP_HOST,FTP_PORT,FTP_USER,FTP_PASS, andFTP_REMOTE_ROOT. - Run
deploy.batfrom Windows to upload changed site files.
Generated deployment state and local secrets are intentionally ignored and should not be committed.