commentsy
1.0.0
Fügen Sie Ihrer Website in wenigen Minuten Kommentare hinzu.
git clone https://github.com/manjillama/commentsy.git
npm install
Kopieren Sie die Datei .env.local.example in diesem Verzeichnis in .env.local (das von Git ignoriert wird):
cp .env.local.example .env.local
Fügen Sie Details für einen oder mehrere Anbieter hinzu (z. B. Google, Github, E -Mail usw.).
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev docker-compose up
Öffnen Sie http: // localhost: 3000 mit Ihrem Browser, um das Ergebnis zu sehen.