├── test.txt └── README.md /test.txt: -------------------------------------------------------------------------------- 1 | test -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | This code repository hosts the [wiki](http://wiki.data-forge-notebook.com) for [Data-Forge Notebook](http://www.data-forge-notebook.com), a notebook-style cross-platform application for data transformation, analysis and visualization in JavaScript and TypeScript. 2 | 3 | [Click here to view the wiki](https://github.com/data-forge-notebook/wiki/wiki) 4 | 5 | To clone the wiki locally: 6 | 7 | ```bash 8 | git clone git@github.com:data-forge-notebook/wiki.wiki.git wiki 9 | ``` 10 | 11 | [Click here to support my work](https://www.codecapers.com.au/about#support-my-work) 12 | 13 | --------------------------------------------------------------------------------