https://github.com/samccone/moji-brush
https://www.mojibrush.co
https://github.com/samccone/moji-brush
Last synced: about 1 year 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 10 years ago)
- Default Branch: master
- Last Pushed: 2023-06-11T21:01:51.000Z (about 3 years ago)
- Last Synced: 2024-04-15T12:22:03.097Z (about 2 years 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`