This repository hosts the documentation for Tideflow.io.
Built with https://docusaurus.io
-
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
- Browse to localhost:3001