Static website for BTC Beef, a farm-direct Red Angus beef business.
From the project directory, install the development dependencies once and start the preview server:
npm install
npm run devThe terminal will print the local preview address. Run npm run validate before submitting changes.
index.htmlcontains the single-page site content and metadata.assets/css/custom.csscontains BTC Beef-specific design and responsive styles.assets/js/main.jscontains navigation, gallery, and inquiry-form interactions.assets/imgcontains the site's optimized imagery and source photos.CNAME,robots.txt, andsitemap.xmlsupport the GitHub Pages deployment.
The production site is published from the repository's default branch through GitHub Pages.