- You must have a Tenor API key! Click here to get one.
- Install! https://github.com/GHGHGHKO/dalgona/tags
- Insert keywords, key, and the desired number of GIFs!
TENOR : TENOR_API_KEY
GIPHY : GIPHY_API_KEY
PowerShell
[Environment]::SetEnvironmentVariable(TENOR_API_KEY, "Insert your Tenor Key", "User")
macOS
launchctl setenv TENOR_API_KEY "Insert your Tenor Key"
gh repo clone GHGHGHKO/dalgona
cd dalgona
pnpm i
pnpm tauri dev
pnpm tauri build
https://github.com/GHGHGHKO/dalgona/wiki
- TENOR API
- GIPHY API
- Updater
.
βββ next-env.d.ts
βββ next.config.js //nextjs config file https://nextjs.org/docs/api-reference/next.config.js/introduction
βββ package.json
βββ postcss.config.js
βββ README.md
βββ public
βββ src //frontend src:
β βββ app //next.js appdir https://beta.nextjs.org/docs/routing/fundamentals
β βββ assets
β βββ components //from shadcn/ui
β β βββ ui
β βββ data
β βββ hooks
β βββ lib
β βββ styles
βββ src-tauri //backend src:
β βββ build.rs
β βββ Cargo.lock
β βββ Cargo.toml //https://doc.rust-lang.org/cargo/reference/manifest.html
β βββ icons //https://tauri.app/v1/guides/features/icons/
β βββ src //rust codes
β βββ tauri.conf.json //tauri config file https://next--tauri.netlify.app/next/api/config
βββ prettier.config.js //prettier config file https://prettier.io/docs/en/configuration.html
βββ tailwind.config.js //tailwind config file https://tailwindcss.com/docs/configuration
βββ tsconfig.json //typescript config file https://www.typescriptlang.org/docs/handbook/tsconfig-json.html