This website is built using Docusaurus 2, a modern static website generator. It is the official Technical Documentation Website of LUKSO.
Live URL: https://docs.lukso.tech/
When the docs pages are built, documentation of the following repositories will be pulled in from the respective repos and updated automatically:
NOTE: Make sure to edit these tools in their respective repos, otherwise changes in the docs here will be overwritten.
yarn install
yarn start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
yarn build
This command generates static content into the build
directory and can be served using any static contents hosting service.
- Run
docs:tools:sync
to pull documentation from tool repositories (erc725.js
).
npm run docs:tools:sync
- Commit and push generated changes