commentsy
1.0.0
Add comments to your website in just a few minutes.
git clone https://github.com/manjillama/commentsy.git
npm install
Copy the .env.local.example file in this directory to .env.local (which will be ignored by Git):
cp .env.local.example .env.local
Add details for one or more providers (e.g. Google, GitHub, Email, etc).
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devdocker-compose up
Open http://localhost:3000 with your browser to see the result.