Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samccone/moji-brush
https://www.mojibrush.co
https://github.com/samccone/moji-brush
Last synced: 6 days ago
JSON representation
https://www.mojibrush.co
- Host: GitHub
- URL: https://github.com/samccone/moji-brush
- Owner: samccone
- Created: 2016-03-20T17:01:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-06-11T21:01:51.000Z (over 1 year ago)
- Last Synced: 2024-04-15T12:22:03.097Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.17 MB
- Stars: 67
- Watchers: 6
- Forks: 7
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
#### View Live
https://www.mojibrush.co
#### Dev (Chrome)
* `cd src/`
* `python3 -m http.server`
* `open localhost:8000`> When deving make sure to command+shift+r to reload to bypass service worker.
#### Testing in Safari/Firefox/Edge/IE
* `npm run build` to build an ES5, CSS3, Web Component-polyfilled version
* `cd dist/`
* `python3 -m http.server`
* `open localhost:8000`#### Deploying
* `npm run deploy`