https://github.com/smkent/3d
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/smkent/3d
- Owner: smkent
- License: gpl-3.0
- Created: 2023-11-26T22:29:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-15T22:25:13.000Z (4 months ago)
- Last Synced: 2025-01-28T14:15:14.741Z (4 months ago)
- Language: HTML
- Homepage: https://3d.smkent.net
- Size: 62.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 3D printing with the Sovol SV06 Plus
[][gh-actions]
[][repo][![Site logo][logo]][site]
**View the site here: [3d.smkent.net][site]**
## Development
### [Poetry][poetry] installation
Via [`pipx`][pipx]:
```console
pip install pipx
pipx install poetry
pipx inject poetry poetry-pre-commit-plugin
```Via `pip`:
```console
pip install poetry
poetry self add poetry-pre-commit-plugin
```### Development tasks
#### Project setup
* Setup: `poetry install`
* Run static checks: `poetry run poe lint` or
`poetry run pre-commit run --all-files`#### Site development
* Start the live-reloading docs server: `poetry run mkdocs serve`
* Build the documentation site: `poetry run mkdocs build`---
Created from [smkent/cookie-python][cookie-python] using
[cookiecutter][cookiecutter][cookie-python]: https://github.com/smkent/cookie-python
[cookiecutter]: https://github.com/cookiecutter/cookiecutter
[gh-actions]: https://github.com/smkent/3d/actions?query=branch%3Amain
[logo]: docs/img/logo-readme.png
[mkdocs]: https://www.mkdocs.org
[pipx]: https://pypa.github.io/pipx/
[poetry]: https://python-poetry.org/docs/#installation
[repo]: https://github.com/smkent/3d
[site]: https://3d.smkent.net