https://github.com/scottkellum/moderates
https://github.com/scottkellum/moderates
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/scottkellum/moderates
- Owner: scottkellum
- Created: 2018-09-08T15:17:35.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-16T04:31:12.000Z (over 2 years ago)
- Last Synced: 2025-01-30T02:13:44.786Z (6 months ago)
- Language: JavaScript
- Size: 5.95 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# moderates
### Prerequisites
* ruby## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
1. Clone Repo
```bashgit clone [email protected]:scottkellum/moderates.git
```2. Install dependencies
```bash
bundle
gem install middleman
```3. Running the site locally
```bash
bundle exec middleman || open http://localhost:4567
```## Deploying the site
1. `git commit -am "ZOMG EVERYTHING"`
2. `git push origin master`
3. Profit