Navigation Menu

Skip to content

jsontypedef/jsontypedef.com

Repository files navigation

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