Skip to content

netuno-org/doc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

91 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Netuno Documentation

This is the official Netuno Platform documentation available in doc.netuno.org

Made with Docusaurus.

Install

cd website

cp algoliaConfig-sample.json algoliaConfig.json

npm install

Start

cd website

npm run start

Available locally in http://localhost:3000/.

Build

cd website

npm run build

Now is ready to publish the online version generated inside the website/build folder.