Warning, /wikitolearn/wikitolearn-docs/readme.md is written in an unsupported language. File is not indexed.
0001 # Documentation 0002 0003 This place aims to be the main documentation site about WikiToLearn. 0004 0005 It includes documentation about contributing as a software developer. 0006 0007 ## How do you start the documentation's live server? 0008 0009 This documentation is meant to be served by [VuePress](vuepress.vuejs.org). 0010 0011 To start the live server and start navigating through the pages: 0012 ``` bash 0013 npm install # install dependencies 0014 npx vuepress dev docs 0015 ``` 0016 Enjoy on [localhost:8080](http://localhost:8080) 0017 0018 ## Read me online 0019 If you want to explore it online, here you are: [WikiToLearn Docs](http://wikitolearn-docs.surge.sh)