Skip to content

TMAV-Website to learn more about the team and highlight its accomplishments through the years

Notifications You must be signed in to change notification settings

TMet-Aerial-Vehicles/TMAV-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

TMAV-Website to learn more about the team and highlight its accomplishments through the years

Resources

Stars

Watchers

Forks