Skip to content

vivliostyle/vivliostyle-pub

Repository files navigation

Vivliostyle Pub

Vivliostyle is an open source project for a new typesetting system based on web standard technology.

Vivliostyle Pub is a sub-project of Vivliostyle for enabling book writing, co-editing and publishing in web browsers.

Try the Alpha version

Try Vivliostyle Pub (Alpha version): https://vivliostyle-pub-develop.vercel.app/

Note: Currently it is tested only in Chrome desktop browser. There are known issues.

Development

brew install node yarn direnv

git clone https://github.com/vivliostyle/vivliostyle-pub

cd vivliostyle-pub
cp .env.placeholder .env
# edit .env

cd web
yarn install
yarn dev

Pupulate .env

Pupulating .env variables can be done easily by using direnv.

About front-end development

See web/README.md

Credits

Powered By Vercel