Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 332 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 332 Bytes

graphsby

Static website generator based on an RDF graph data model.

Want a simple but endlessly extensible blog, that doesn't tie you down to rigid categories? Try Graphsby!

To make a dev build and run the site on localhost: yarn dev

To build the site for production: yarn build

To run the production site: yarn start