Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (18 loc) · 632 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 632 Bytes

LN Markets Documentation

This branch contains the LN Markets documentation.

Docs

If you want to translate or fix a typo you can fork the repo or open an issue using the docs branch

Dev

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