Skip to content

Commit

Permalink
Update readme for 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bfirsh committed Jul 4, 2018
1 parent a349e02 commit 978010b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,20 @@ For full usage, run `docker run arxivvanity/engrafo engrafo --help`.

## Development environment

### CSS development environment

To convert LaTeX documents, you need to build a huge development environment, with several gigabytes of LaTeX junk. If you're just developing CSS, we've got a few sample conversions that you can develop with.

First, install [Node](https://nodejs.org/en/) and [Yarn](https://yarnpkg.com/en/docs/install#mac-stable). Then, install the Node dependencies:

$ yarn

The sample documents are `samples/*/index.html` You can use Parcel to serve these documents and compile the frontend code. For example:

$ yarn run parcel serve samples/1707.08952/index.html

### Setting up a full development environment

First, install [Node](https://nodejs.org/en/) and [Yarn](https://yarnpkg.com/en/docs/install#mac-stable). Then, install the Node dependencies:

$ yarn
Expand Down

0 comments on commit 978010b

Please sign in to comment.