Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.31 KB

developing.md

File metadata and controls

40 lines (26 loc) · 1.31 KB

Developing the stylesheets

Developing the stylesheets is done on a clone of the GitHub repository. Before a release is made, the current state of the code is committed to the local repository then pushed to GitHub. (Alternatively, the code on GitHub could be modified by accepting a pull request on GitHub.)

Installation

  1. Clone the repository and its 'moby-dick-tei' submodule from https://github.com/AntennaHouse/moby-dick
    git clone --recurse-submodules  https://github.com/AntennaHouse/moby-dick.git
    

Updating from GitHub

git pull --recurse-submodules origin master

Developing the stylesheets

Developing the stylesheets is done on a clone of the GitHub repository. Before a release is made, the current state of the code is committed to the local repository then pushed to GitHub. (Alternatively, the code on GitHub could be modified by accepting a pull request on GitHub.)

Installation

  1. Clone the repository and its 'moby-dick-tei' submodule from https://github.com/AntennaHouse/moby-dick
    git clone --recurse-submodules  https://github.com/AntennaHouse/moby-dick.git
    

Updating from GitHub

git pull --recurse-submodules origin master