Uncensored comments, anywhere.
Are your comments always getting deleted by the owner? In Remark, this is not possible anymore. Your comments can only be deleted by violating our Terms of Service.
Replies, Mentions, Upvotes and Downvotes - we have everything you need! Thanks to our voting system, you will always see the most important comments first.
You could possibly comment anywhere you want! Even on sites that don't have a comment system. And the best of it - you can do all of that with just one account!
If you want to run any Remark application locally, follow these steps:
npm i -g yarn
)yarn global add @nrwl/cli
)git clone git@github.com:USERNAME/remark.git
cd remark
yarn
cp .env.template .env
Edit .env
to your needs
Pull prisma
yarn prisma:dev
Use these commands to execute an action for all apps:
yarn start
yarn build
yarn lint
yarn certs
cp apps/api/.env.template apps/api/.env
apps/api/.env
to your needs!Commands:
nx serve api
nx build api
nx lint api
cp apps/web/.env.template apps/api/.env.local
Commands:
nx serve web
nx build web
nx lint web
nx serve browser
chrome://extensions/
build
folder inside apps/browser/apps/web/.env.local
as the NEXT_PUBLIC_CHROME_ID
about:debugging
in the Firefox search barThis Firefox
tabLoad Temporary Add-on
manifest.json
file inside apps/browser/buildCommands:
nx serve browser
nx build browser
nx lint browser
Depends on API!
cp apps/cdn/.env.template apps/cdn/.env
apps/cdn/.env
to your needs!nx serve cdn
nx build cdn
nx lint cdn
Depends on API!
cp apps/wss/.env.template apps/wss/.env
apps/wss/.env
to your needs!nx serve wss
nx build wss
nx lint wss
Every contribution is welcome! Learn more about how to contribute by reading the CONTRIBUTING.md
file.