https://github.com/davemo/elimxmas
Elim Christmas Site
https://github.com/davemo/elimxmas
Last synced: 9 months ago
JSON representation
Elim Christmas Site
- Host: GitHub
- URL: https://github.com/davemo/elimxmas
- Owner: davemo
- Created: 2012-10-06T01:21:39.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2021-11-20T01:15:24.000Z (over 4 years ago)
- Last Synced: 2025-06-16T08:13:06.489Z (12 months ago)
- Language: JavaScript
- Size: 31.3 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# elim christmas
The site is a basic single page app using backbone.js, the domain name elimchristmas.com has DNS records pointing to github pages which is where things are hosted for free.
# running the site locally
You'll need [NodeJS](http://www.nodejs.org) and [Lineman](http://www.linemanjs.com) installed to run the app.
1. install node
2. `npm install -g lineman`
3. `npm install`
4. `lineman run`
# building the site for production
1. `lineman build`
This produces the built files in `./dist` that you can upload to FTP.