Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ln-markets/docs.lnmarkets.com
- Owner: ln-markets
- Created: 2020-09-01T17:14:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-26T12:54:33.000Z (over 1 year ago)
- Last Synced: 2023-07-26T13:56:55.299Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://docs.lnmarkets.com
- Size: 4.52 MB
- Stars: 7
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 OSXbrew install node
# Using Ubuntu
curl -fsSL https://deb.nodesource.com/setup_14.x | sudo -E bash -
sudo apt-get install -y nodejsnpm install --global yarn
yarn install
yarn dev
```Open your browser and go to `http://localhost:8080`