This repository includes tips and tricks for working with the Creality Ender-3 V3 SE with the Nebula Pad accessory. o view it as a website at https://lukosiupro.github.io/Ender3-v3-SE-Nebula-Pad-Wiki/.
Everyone is welcome to contribute to the information here. If you are looking for somewhere to start, look at the issues for some ideas. If you think something needs to be added, create a new issue so it can be discussed.
When you are ready to contribute, create a fork of this repository and commit your work on a new branch on the fork. Once you push up your changes, you can create a pull request that we can merge into here. If you need any help with this process, there are plenty of online tutorials. You can also ask us for help.
This project uses MKDocs to build a static website. The maintainers have attempted to make it very easy to work with on your own system.
All you need to work with these files is a text editor and uv.
To get a local copy running, clone this repository to your local computer. Inside the repository, run uv sync. This will download a copy of MKDocs and any other themes or plugins used by this project. To browse the created website locally, you can then run uv run mkdocs serve. This will start a local webserver that will automatically update the content of the docs as you edit them.
When you're done with your changes, simply commit them and push them up to your repo, and then you can create a pull request to have them added.