This branch contains the LN Markets documentation.
If you want to translate or fix a typo you can fork the repo or open an issue using the docs
branch
This documentation is made with Vue Press v2. Documentation for docs editing can be found here.
# Using OSX
brew install node
# Using Ubuntu
curl -fsSL https://deb.nodesource.com/setup_14.x | sudo -E bash -
sudo apt-get install -y nodejs
npm install --global yarn
yarn install
yarn dev
Open your browser and go to http://localhost:8080