Specification of RML logical views
- edit dev.html
- Makes sure all your local assets are in the
resourcesfolder, and the links in your dev.html file are relative (important because the publishing script creates multiple nested paths)
- Makes sure all your local assets are in the
- run a HTTP server in this directory:
python3 -m http.server - open
dev.htmlwith a browser as http://localhost:8000/dev.html - save as snapshot to
rendered.htmlusing the ReSpec's functionality: Button in the top right of the page "ReSpec" -> "Export..." -> "HTML" - run
node publish.jsto get the index.html + archived version in thedocsfolder