Clack is an intuitive communication tool that seamlessly combines a simple user interface with real-time messaging.
Visit clack.chat to start clacking!
To run clack in a production setting, please execute the following scripts in order:
yarn prod:build-server
yarn prod:build-client
yarn prod:start
yarn serve
(open in a seperate shell)
Please take a moment to read our CONTRIBUTING.md guide
npm i
oryarn
npm start
to run the koa server on port 3000npm run dev
to run webpack-dev-server on port 8080