Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 740 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 740 Bytes

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.