Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 609 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 609 Bytes

Semantics & Pragmatics style

Public resources for the authoring and styling of Semantics & Pragmatics articles.

Website

These files are rendered as webpages at http://info.semprag.org/, please view them there.

Development instructions

Install the bundle of required gems described in Gemfile:

bundle install --path vendor/bundle

To render the site locally and preview changes in your browser before committing:

bundle exec jekyll serve --watch --incremental

And then go to localhost:4000