Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 947 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 947 Bytes

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 [email protected]: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