JJ-Coding-Emporium / jj-coding-emporium

The source code for our coding blog, written by devs, for devs.
https://jj-coding-emporium.github.io/
0 stars 0 forks source link
blog concurrency functional-programming go haskell javascript service-worker website

JavaScript Style Guide

jj-coding-emporium

The source code for our coding blog, written by devs, for devs.

If you want to contribute, make a PR under content/posts and if we like it we'll publish it :)

The source code for the actual live site lives here, built by hugo: https://github.com/JJ-Coding-Emporium/jj-coding-emporium.github.io.

Testing Locally

Changes can be tested locally by using hugo server -D (-D to include draft posts) to start the server, and then navigating to http://localhost:1313.

Building/deploying to Production

Run ./scripts/deploy.sh <commit msg>. Note that this script must be run on the master branch.