.bash_studycloud - GiselleSerate/myaliases GitHub Wiki

.bash_studycloud tested in bash (wsl)

Functions for streamlining workflow on the Study Cloud project.


serve

Starts the Laravel web server so that the webpage currently being built can be accessed. Must be run from the root directory of your project.

bgsrv

Calls the serve function and also runs npm run watch to watch files for changes and compile on the fly (e.g. for compiling Sass files).