Stencila is a platform for creating, collaborating on, and sharing data driven content. Content that is transparent and reproducible, like RMarkdown and Jupyter. Content that can be versioned and composed just like we do with open source software using tools like CRAN and NPM. And above all, content that is accessible to non-coders, like Google Docs and Microsoft Office.
git clone https://github.com/stencila/ui.git
cd ui
npm install
npm run start
Now you can access the different interfaces in the browser:
Most development tasks can be run directly using Javascript tooling (npm)
| Task | Command |
|---|---|
| Install and setup dependencies | npm install |
| Run the development server | npm start |
| Clean and rebuild | npm run build |
We love feedback. Create a new issue, add to existing issues or chat with members of the community.