Skip to content

OpenStorageNetwork/openstoragenetwork.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Storage Network User Documentation

Welcome to the user-facing documentation for the Open Storage Network!

Local Development

Pre-requisites: Hugo, Go and Git

# Clone the repo
git clone https://github.com/openstoragenetwork/user-docs osn-user-docs

# Change directory
cd osn-user-docs

# Start the server
hugo mod tidy
hugo server --logLevel debug --disableFastRender -p 1313

Update theme

hugo mod get -u
hugo mod tidy

See Update modules for more details.