Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 485 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 485 Bytes

jsontypedef.com

This repo contains the code that backs the JSON Typedef website. The website uses Hugo. Once you've installed Hugo, you can build and serve the site locally with:

hugo server

If you want to regenerate the rendered snippets on the index page, run:

go get -u github.com/alecthomas/chroma/cmd/chroma
make rendered_snippets