Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 391 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 391 Bytes

Official LightLink Docs

Live at https://docs.lightlink.io

Local Development

git clone [email protected]:lightlink-network/ll-docs.git
cd ll-docs
npm install
npm run dev

Contributing

  1. Run the code formatter before opening a PR:
npm run format
  1. Open a PR to the main branch, once merged the changes will be automatically deployed to the live site.