Hashtag Manager is a simple helper for preparing caption text for sharing images on social networks. https://hashtag-manager.mmk2410.org
Go to file
Marcel Kapfer 8eed595022
Add web app manifest
2024-04-22 20:15:31 +02:00
public Add web app manifest 2024-04-22 20:15:31 +02:00
resources 🎉 Initial commit 2023-09-20 22:06:13 +02:00
src (Upload) Link dummy file 2023-09-20 22:11:19 +02:00
.browserslistrc 🎉 Initial commit 2023-09-20 22:06:13 +02:00
.editorconfig 🎉 Initial commit 2023-09-20 22:06:13 +02:00
.gitignore 🎉 Initial commit 2023-09-20 22:06:13 +02:00
README.md 🎉 Initial commit 2023-09-20 22:06:13 +02:00
index.html Add web app manifest 2024-04-22 20:15:31 +02:00
package.json 🎉 Initial commit 2023-09-20 22:06:13 +02:00
tsconfig.json 🎉 Initial commit 2023-09-20 22:06:13 +02:00
tsconfig.node.json 🎉 Initial commit 2023-09-20 22:06:13 +02:00
vite.config.ts 🎉 Initial commit 2023-09-20 22:06:13 +02:00
yarn.lock 🎉 Initial commit 2023-09-20 22:06:13 +02:00

README.md

Hashtag Manager

Project setup

# yarn
yarn

# npm
npm install

# pnpm
pnpm install

# bun
bun install

Compiles and hot-reloads for development

# yarn
yarn dev

# npm
npm run dev

# pnpm
pnpm dev

# bun
bun run dev

Compiles and minifies for production

# yarn
yarn build

# npm
npm run build

# pnpm
pnpm build

# bun
bun run build

Customize configuration

See Configuration Reference.