Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 700 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 700 Bytes

11ty TEI Publisher Plugin: Starter Template

This is a basic template to help you get started with 11ty and the TEI Publisher 11ty plugin.

The package.json installs

  • 11ty
  • TEI Publisher plugin
  • TEI Publisher webcomponents

To build the project, you'll need nodejs and npm. The plugin configuration tries to pull the Shakespeare sample from a TEI Publisher instance running on port 8080 of the local host. If you have TEI Publisher running elsewhere, change the base URI in .eleventy.js.

To start the building process and launch a local server, run npm install once, followed by npm start.