An experiment for generating interface icons with Stable Diffusion.
- Node 18.x
- pnpm 8.x (
npm install -g pnpm@8
)
When using asdf, these dependencies will just be installed for you with asdf install
.
-
Install the packages
$ pnpm install --frozen-lockfile
-
Copy the
.env.example
file into.env
and populate the values with your own tokens$ cp .env.example .env
-
Start the application
$ pnpm dev