This is a fork of Lens, developed by Substance. It comes with a Writer component for web-based authoring and a new Reader component for displaying of scientific content.
This program is aimed to help social scientist to publish paper in a friendly yet very expressive way. It is based on top of lens Writer (which is built on top of substance). We are in the early alpha phase, this is not yet a stable software. Do not use in an actual publication workflow yet please.
Clone the repository:
$ [email protected]:Ecrituresnumeriques/StyloClient.git
Navigate to the source directory:
cd StyloClient
Install dependencies via npm:
$ npm install
Start the server and navigate to http://localhost:5000:
$ npm run start
To create a new bundle run:
$ npm run bundle
To build a bundle run:
$ npm run build