Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/firstandthird/overlay
Javascript Modal Lib built with Fidel
https://github.com/firstandthird/overlay
Last synced: 3 days ago
JSON representation
Javascript Modal Lib built with Fidel
- Host: GitHub
- URL: https://github.com/firstandthird/overlay
- Owner: firstandthird
- License: mit
- Created: 2012-12-12T23:17:46.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-12-23T17:40:43.000Z (about 8 years ago)
- Last Synced: 2025-01-08T14:25:09.207Z (14 days ago)
- Language: JavaScript
- Size: 143 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
#fidel-modal
Modal plugin built with fidel
##Installation
###Bower
`bower install fidel-modal`
###Manual Download
- [Development]()
- [Production]()##Usage
Docs coming soon
##Development
###Requirements
- node and npm
- bower `npm install -g bower`
- grunt `npm install -g grunt-cli`###Setup
- `npm install`
- `bower install`###Run
`grunt dev`
or for just running tests on file changes:
`grunt ci`
###Tests
`grunt mocha`