The website for Superuser Labs and our projects.
When developing, all files will end up in build-dev/
- Run
make install
to install the npm packages needed. - Build everything:
- Run
make build-dev
- Run
- If you want to automatically rebuild files when editing them:
- Run
make dev-pug-{superuser,thankful}
, depending on which pug-files you will be editing. - Run
make dev-scss
, if you will be editing.
- Run
- Run
make serve
to start a web server to host from. - Open 0.0.0.0:8123 in your browser.
- It builds two targets,
build
andbuild-thankful
into two respective directories with the same names. - It pushes the
build-thankful
build to thegh-pages
branch on theSuperuserLabs/thankful
repo. - It pushes
build
to themaster
branch on this repo (SuperuserLabs/superuserlabs.github.io
).