You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# to install dependencies (run once)
$ npm install
# to compile templates, minify JS, and compile/minify CSS
$ npm run make
# to watch templates, JS, and CSS and run make when changes are detected
$ npm run watch