/docs.tideflow.io

Documentation

Primary LanguageJavaScriptMIT LicenseMIT

Tideflow.io

This repository hosts the documentation for Tideflow.io.

Built with https://docusaurus.io

Install

  • Install NVM

  • Execute the following to start the development web server.

cd website; # open the website's dir
nvm use     # Use the specific NodeJS version. You might need to run `nvm install`
npm i       # Install the website requirements
npm start   # Start the developmnet web server