https://github.com/i30101/woodsonenviro
Official Woodson Environmental Club Website
https://github.com/i30101/woodsonenviro
bootstrap css environmentalism html javascript website
Last synced: 4 months ago
JSON representation
Official Woodson Environmental Club Website
- Host: GitHub
- URL: https://github.com/i30101/woodsonenviro
- Owner: i30101
- Created: 2023-12-03T02:51:50.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-22T02:23:03.000Z (6 months ago)
- Last Synced: 2025-01-12T11:20:28.378Z (5 months ago)
- Topics: bootstrap, css, environmentalism, html, javascript, website
- Language: CSS
- Homepage: http://woodsonenvironmental.org/
- Size: 6.83 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# woodsonenviro
This repository holds code for the static Woodson Environmental Club website. Expect further updates and additional content soon.
## About

Published using `GitHub Pages` static web hosting
## Deployment
`git clone` to save files locally
### Browsersync
Recommended tool: `browsersync` for real-time front-end development
- Enter `npm install -g browsersync` to install
- Learn more at the [Browsersync](https://browsersync.io/) site
- Deploy locally using `browser-sync start --server --files "**/*"`