ShowerLoop-cc/README.md

720 B

website

https://showerloop.cc new site for https://showerloop.org [planned]

Local Development

To test this site locally:

  1. Make sure you have Hugo installed on your system
  2. Clone this repository
  3. Run the development server using the script:
./run-hugo-server.sh

Or run Hugo directly:

hugo server -D --disableFastRender
  1. Open your browser and go to http://localhost:1313/ to view the site
  2. The site will automatically reload when you make changes to the content or templates

Notes

  • The -D flag enables draft content to be visible in the development environment
  • --disableFastRender ensures full rebuilds for more reliable preview