Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/patatobit/dollarydoodle
internet real estate
https://github.com/patatobit/dollarydoodle
Last synced: 9 days ago
JSON representation
internet real estate
- Host: GitHub
- URL: https://github.com/patatobit/dollarydoodle
- Owner: PatatoBit
- Created: 2024-07-05T13:11:35.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-03T11:34:24.000Z (4 months ago)
- Last Synced: 2024-08-03T22:14:18.734Z (4 months ago)
- Language: Svelte
- Homepage: https://dollarydoodle.vercel.app
- Size: 18.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dollaridoodle
Image generation but instead of an AI doing it, a real human is drawing it for food money.Every doodle will be displayed on the public gallery for anyone to enjoy anyon's *creative prompts* (unless chosen to be private)
I made this to hopefully make some money for my studies and more eqipments to make more stuffs like this!
---
## development
This project is built on Svelte, SCSS and TypeScript.
```bash
# install dependencies
npm i
pnpm i# run development server
npm run dev
pnpm dev# build
npm run build
pnpm build
```[Figma Design](https://www.figma.com/design/yZAsvvBTfJO60Ib1eJCk3m/dollaridoodle?node-id=0-1&t=0Cf9zllKBjbplVCb-1)
[View Todo](/todo.md)