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

ln-markets/docs.lnmarkets.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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