An open API service indexing awesome lists of open source software.

https://github.com/v-core9/omega_notifications


https://github.com/v-core9/omega_notifications

Last synced: 2 months ago
JSON representation

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