From 3544b327c87885e9e245afbfc0799b7da9c6bb24 Mon Sep 17 00:00:00 2001 From: Tim_J Date: Thu, 29 Aug 2024 16:20:16 +0200 Subject: [PATCH] scim doc website build with hugo --- Readme.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/Readme.md b/Readme.md index e69de29..7ef248b 100644 --- a/Readme.md +++ b/Readme.md @@ -0,0 +1,19 @@ +# Scim documentation +Repo to promote SCIM protocol. + +## Stack + +- [NPM](https://www.npmjs.com/) +- [Hugo](https://gohugo.io/) + +## Serve locally without docker + +1. First make sure Hugo and npm are properly installed. + +2. Simply run an hugo server with this command : + +``` +hugo server +``` +3. Then go to **localhost:1313/** on your favorite browser and enjoy :) +Attention: sometimes the server might not properly reload due to cache issue, you can run the command `hugo server --ignoreCache`