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 522b5431c2
🎉 Initial commit
2023-09-20 22:06:13 +02:00
public 🎉 Initial commit 2023-09-20 22:06:13 +02:00
resources 🎉 Initial commit 2023-09-20 22:06:13 +02:00
src 🎉 Initial commit 2023-09-20 22:06:13 +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 🎉 Initial commit 2023-09-20 22:06:13 +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.