scim doc website build with hugo
This commit is contained in:
parent
760945064a
commit
3544b327c8
1 changed files with 19 additions and 0 deletions
19
Readme.md
19
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`
|
Loading…
Reference in a new issue