16 lines
542 B
Markdown
16 lines
542 B
Markdown
# lbry.org
|
|
The new website for the LBRY Foundation using Vuepress
|
|
|
|
## Contributing
|
|
Learn more about [VuePress](https://vuepress.vuejs.org/) when contributing. New pages should be in the format of `/page/README.md`.
|
|
|
|
## Development
|
|
Install [Node.JS](https://nodejs.org/) v16 or higher (use [nvm](https://github.com/nvm-sh/nvm/blob/master/README.md)) and clone this repository.
|
|
```sh
|
|
npm i -g yarn
|
|
yarn install
|
|
yarn docs:dev # serves at localhost:8080
|
|
```
|
|
|
|
## License
|
|
This project is MIT licensed. For the full license, see [LICENSE](LICENSE).
|