https://github.com/v-core9/omega_notifications
https://github.com/v-core9/omega_notifications
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/v-core9/omega_notifications
- Owner: V-core9
- Created: 2020-08-01T15:02:03.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-03T16:06:00.000Z (almost 5 years ago)
- Last Synced: 2025-01-17T15:16:39.562Z (4 months ago)
- Language: JavaScript
- Size: 87.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Omega_notifications
## Notifications usage
## *INSTALLING FOR DEVELOPMET*
# Install npm SASS
npm install -g sass# Run command to update CSS by editing SCSS
sass --watch src/scss:src/css# Run npm installs for gulp to work
npm install gulp
npm install gulp-concat
npm install gulp-minify-css
npm install gulp-autoprefixer
npm install gulp-rename# So you can run "gulp" command in root and have .min.css file(s) exported
gulp min-css-export-single-file
gulp min-css-export-all