adding the building from source page

This commit is contained in:
Amruth Pillai
2020-03-29 15:18:33 +05:30
parent a8ffbb782a
commit 9831e95ff2
3 changed files with 90 additions and 1 deletions
+6
View File
@@ -49,3 +49,9 @@ PostCSS is a tool for transforming styles with JS plugins. These plugins can lin
PurgeCSS analyzes your content and your css files. Then it matches the selectors used in your files with the one in your content files. It removes unused selectors from your css, resulting in smaller css files.
[Learn more → ](https://github.com/FullHuman/purgecss)
## VuePress
VuePress is what made this documentation possible, with it's clean design and quick setup as well as the ability to use markdown to generate content, VuePress seemed like the best way to set up a cleaner documentation.
[Learn more → ](https://vuepress.vuejs.org/)