This repository has been archived by the owner on Mar 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
![knowledgebase](https://user-images.githubusercontent.com/11158157/70286448-81b2cc80-17cb-11ea-8c8c-b99030abdfbd.png) | ||
|
||
# Wiki Template | ||
Knowledgebase / Wiki template built with Jigsaw, Tailwind and VueJS. | ||
|
||
In order to change the text/data please refer to the ``` _source/posts ``` | ||
|
||
# Features | ||
- Three pages for faq, tutorial and questions ( can be changed ) | ||
- PurgeCSS Configured | ||
- Header inspired from Stripe | ||
|
||
# How to use | ||
Start by cloning the project. Then run the command | ||
``` npm install . ``` | ||
|
||
For Development | ||
``` npm run watch ``` | ||
|
||
For Production | ||
``` npm run production ``` |