Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/i30101/woodsonenviro
Official Woodson Environmental Club Website
https://github.com/i30101/woodsonenviro
bootstrap css environmentalism html javascript website
Last synced: 6 days 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 (12 months ago)
- Default Branch: master
- Last Pushed: 2024-06-04T17:14:02.000Z (6 months ago)
- Last Synced: 2024-06-05T16:57:32.523Z (6 months ago)
- Topics: bootstrap, css, environmentalism, html, javascript, website
- Language: HTML
- Homepage: http://woodsonenvironmental.org/
- Size: 6.82 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
![version](https://img.shields.io/badge/release-v1.1.0-blue)
![Boostrap](https://img.shields.io/badge/Bootstrap-v5.3.1-purple)Published using `GitHub Pages` static web hosting
## Deployment
`git clone` to save files locally
### Browsersync
![Browsersync](https://img.shields.io/badge/Browsersync-v2.29.3-red)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 "**/*"`