fix builds, add basic readme & ignore .cache folder

This commit is contained in:
Martin Allien
2021-04-22 14:18:36 +02:00
parent 45ccc50017
commit 9d8e67dd89
3 changed files with 24 additions and 1 deletions

22
README.md Normal file
View File

@@ -0,0 +1,22 @@
# [Kerberos Docs](https://doc.kerberos.io)
## Installation
Make sure you have Node JS and Yarn installed.
Grab the dependencies:
$ yarn install
## Development
Run the docs locally for development:
$ yarn dev
For a static site build:
$ yarn build