The Documentation for PixiEditor
Built with Starlight and Tailwind
All docs are located at src/assets/docs
Images can be added to src/assets/
src/contents/usage contains documentation about the usage of PixiEditor, and is oriented towards the users of PixiEditor.
src/contents/contribution contains documentation on how to work on the source code of PixiEditor
It is oriented towards developers working on PixiEditor
Install yarn if you don't have it. Then run yarn install in the repo's core directory. Afterwards in go to the Run tab in VS Code and run the Development Server launch configuration
Development server seems to be running but http://localhost:4321/docs/ doesn't load?
This can be caused by a VPN in running locally in TUN mode, try disabling the VPN or editing launch.json to run `astro dev --host` instead of `astro dev`
yarn dev