This repository contains (documentation of) the data model of the BELTRANS corpus.
The compiled HTML version of the spec is available via GitHub pages (see link on the right).
You can view the content locally
Serve this directory locally and view the Web page.
This can be done by using http-server.
Execute http-server and
browse to http://localhost:8080.
You can update the specification by doing the following:
- Edit
dev.html - Make sure all your local assets are int he
resourcesfolder, and the links in yourdev.htmlfile are relative (important because the publishing script creates multiple nested paths) - save as snapshot to
index.htmlusing the respec functionality - run
node publish.js index.htmlto get theindex.html+ archived version in thedistfolder - copy the folder
./resourcesinto yourdistfolder