Communication platform for organisations and communites
- git-clone the project
- Install
pnpm
npm install -g pnpm
cd
into the project- Install
node_modules
in all packages
pnpm bootstrap
- run all packages except web and watch for changes
- this runs
apps/server
andlibs
- this runs
pnpm dev
- run web and watch for changes (in another terminal window)
pnpm -F @apps/web start
- visit the following URL in the browser
http://localhost:3000/
pnpm build
pnpm start
- visit the following URL in the browser
http://localhost:8000/
see CONTRIBUTING.md