https://github.com/m4b/element-party
The splash page for http://element-party.xyz --- for those times when you just need to party.
https://github.com/m4b/element-party
Last synced: 4 months ago
JSON representation
The splash page for http://element-party.xyz --- for those times when you just need to party.
- Host: GitHub
- URL: https://github.com/m4b/element-party
- Owner: m4b
- License: bsd-3-clause
- Created: 2015-08-29T00:08:25.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-08T03:25:54.000Z (almost 11 years ago)
- Last Synced: 2025-10-05T00:47:30.479Z (8 months ago)
- Language: HTML
- Size: 2.94 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# element-party
By _popular_ demand, the splash page for http://element-party.xyz --- for those times when you just need to party.
# Instructions
As per the usual [Polymer Starter Kit](https://developers.google.com/web/tools/polymer-starter-kit/index?hl=en) style project, install the necessary dependencies:
```
npm install && bower install
```
and then just:
```
gulp serve
```
to serve it in the browser, or
```
gulp
```
to build to `dist`.
Remember to always party on and be excellent to each other!
P.S. I built this over a weekend, please don't judge me.