golioth / developer-training

Training developers
6 stars 3 forks source link

Developer Training Repo

This is the Developer Training Repo for Golioth. Here we have two main items:

Installing this repo locally

Clone the repository (along with the submodule):

git clone git@github.com:golioth/developer-training.git
cd developer-training
git submodule update --init

Update the Golioth Docs submodule

When updates are made to the Golioth Docs repo, the can be pulled into this one by updating the submodule:

git submodule foreach git pull

Testing and Deploying

Docs pages can be tested locally:

npm install
npm start

Docs can be deployed to the live page by running:

npm run deploy