Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeffreyatw/menorah
An HTML5 menorah
https://github.com/jeffreyatw/menorah
hanukkah html5 javascript jquery-ui menorah nodejs toy webpack
Last synced: 24 days ago
JSON representation
An HTML5 menorah
- Host: GitHub
- URL: https://github.com/jeffreyatw/menorah
- Owner: JeffreyATW
- Created: 2015-12-08T02:30:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T16:04:28.000Z (2 months ago)
- Last Synced: 2024-10-22T03:56:14.585Z (2 months ago)
- Topics: hanukkah, html5, javascript, jquery-ui, menorah, nodejs, toy, webpack
- Language: JavaScript
- Homepage: https://jeffreyatw.com/menorah
- Size: 805 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HTML5 Menorah
Prereqs: [Node/NPM](https://nodejs.org)
## Install
```sh
git clone [email protected]:JeffreyATW/menorah.git
npm i
```## Develop
```sh
npm start
```## Build
```sh
npm run build
```Files will appear in `dist`.