Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 843 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 843 Bytes

Netlify Status

TMAV-Website

TMAV Website

Build

The website is developing in PHP, and then built into HTML files for static hosting.

The PHP files are stored within the /views folder. For development, the PHP can be run locally using:

php -S localhost:8000

It will use the index.php file for routing. Netlify HTML routing is done through the _redirects file.

For building to HTML files:

./build.sh

The build script will build and move all files to the /public_html folder

Deployment

Committing to master will automatically trigger the Netlify production build and will deploy the site to https://tmav.netlify.app