AnonymousTalk je open-source aplikace pro anonymní chatování. 🗨️
- 🔒 Anonymní odesílání a přijímání zpráv
- 🎨 Stylování pomocí Tailwind CSS
- 🛠️ Konfigurace přes Drizzle ORM
- 📂 Klonujte repozitář:
git clone https://github.com/honza-hash/AnonymousTalk.git
- 📌 Přesuňte se do složky projektu:
cd AnonymousTalk - 📦 Instalujte závislosti:
npm install
- 🚀 Spusťte vývojový server:
npm run dev
- 🟢 Node.js
- 📝 TypeScript
- 🎨 Tailwind CSS
- 🗄 Drizzle ORM
- 🍴 Forkněte tento repozitář
- 🌱 Vytvořte novou větev (
git checkout -b feature-nazev) - 🛠 Proveďte změny a commit (
git commit -m 'Popis změny') - ⬆ Pushněte na svůj fork (
git push origin feature-nazev) - 🔄 Vytvořte Pull Request
Tento projekt je licencován pod GPL-3.0 licencí. 📄
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc.
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.