https://github.com/danasilver/midd-events
The new Middlebury events calendar.
https://github.com/danasilver/midd-events
Last synced: 11 months ago
JSON representation
The new Middlebury events calendar.
- Host: GitHub
- URL: https://github.com/danasilver/midd-events
- Owner: danasilver
- Created: 2014-01-15T03:15:30.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-09T03:47:09.000Z (about 12 years ago)
- Last Synced: 2025-04-04T14:44:14.837Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 2.35 MB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Midd Events
_Updated January 31, 2014_
### Development
To start a local dev server, run `php -S localhost:8000` or `make serve`.
Deploy script to deploy to Midd CS server is at `script/deploy`.
### Setup
Welcome to the git repository for Midd Events. Here are a few things to get set up if you haven't used git or Github before.
- Make sure you have git installed. If you're not sure, run `which git` from the command line. If you get a result (the path to the git executable), it's installed already. For instructions on installing for your system, visit [http://git-scm.com/book/en/Getting-Started-Installing-Git](http://git-scm.com/book/en/Getting-Started-Installing-Git). The website is also a complete resource on git.
- Get to the directory where you'll store the project, then clone (essentially copy) the repository with this command. (Don't enter the `$`. That just means you're running this from the command line.)
```sh
$ git clone https://github.com/danasilver/midd-events.git
```