Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ln-markets/docs.lnmarkets.com

LN Markets Documentation
https://github.com/ln-markets/docs.lnmarkets.com

Last synced: about 1 month ago
JSON representation

LN Markets Documentation

Awesome Lists containing this project

README

        

# 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](https://github.com/vuepress/vuepress-next).
Documentation for docs editing can be found [here](https://vuepress2.netlify.app/).

```
# 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`