@pixoopal/preview
v0.1.3
Published
Create and preview PixooPal Clockfaces.
Downloads
220
Readme
PixooPal Preview
... Is a tool that was created to simplify the process of creating a new clockface for your Pixoo / PixooPal.
Basically, this tool is doing two things:
- It creates a new clockface folder with Example
- Runs a live-preview server
As you may notice, each new Clockface has a SKILL.md file. So, yes, you can use AI: just point your favorite agent at the clockface folder, tell it what you want - and it will do the rest.
Quick start:
npx @pixoopal/preview create
cd {MyClockfaceName}
npm install
npx @pixoopal/preview run
-- The preview server defaults to `127.0.0.1:4174`. You can use `--host` and `--port` to override it.Using the Clockface
For personal use, you can always just copy your ./build-* folder inside PixooPal/data/CommunityClockfaces. It should instantly appear in the list.
And if you think you did a great job and want to share your new fancy clockface, you can:
- https://github.com/Drun555/PixooPal-Community <- create an issue here with attached clockface sources
- Or, if you are a cool hacker boy, you can fork it, put your clockface inside /src and make a PR.
