Hidden Acres RV Campground
A beautiful homepage for Hidden Acres RV Campground, located in Princeton, TX. This webpage directs users to a reservation portal and waitlist, describes the campground and local attractions, and contains contact information and FAQs.
Each of the sections in the site are placed in src/components/sections. Data is usually separated out into objects/arrays to be rendered in the component.
Also included is the old website in old_website/
The component src/components/common/SEO.js handles all meta data and SEO content, modify the SEO_DATA variable to add the data automatically. For application manifest data and favicon, modify the gatsby-plugin-manifest configuration in gatsby-config.js.
This project uses styled-components to handle styling: src/styles/theme.js defines the styling base and src/styles/GlobalStyles.js includes basic element styles along with the CSS Reset.
-
Install dependencies
npm ci -
Build deployment files
./prod-build.sh -
Expose
public/Export public facing files over port 80 or 443 using ngnix
- Install dependencies
npm ci - Run project
./dev-build.sh - View Project in your browser Find the project running at http://localhost:8000
Adapted from: gatsby-absurd
