Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 587 Bytes

File metadata and controls

17 lines (13 loc) · 587 Bytes

cwire is a SaaS Tool to help companies to build management and reporting tools with less code. In this open source repository you find all product related documentations.

Setup

Our documentation is based on the docusaurus project To run this project locally you need to following this steps:

  1. Install nodejs >= 14.0.0 and install yarn (npm i -g yarn)
  2. git clone git@github.com:cwire-io/docs.git
  3. cd docs
  4. yarn
  5. yarn start

Deploy

GIT_USER= yarn deploy