git clone https://github.com/communcom/commun
cd communcp .env.example .envAdd variables
Installing dependencies and run dev server:
yarn
yarn dev
# or
yarn dev:fast # build without icons You now have your development environment:
- web on localhost:3000 - nextjs with commun
Be sure that the prettier and eslint extensions are installed and enabled in your code editor
WEB_DISABLE_SSR- disables initial server-side rendering.
If you want to test it locally in production mode, just run the following commands:
docker-compose upYou now have your production:
- web on localhost:3000 - nextjs with commun
To report a non-critical issue, please file an issue on this GitHub project.
If you find a security issue please report details to: https://github.com/communcom/commun/issues
We will evaluate the risk and make a patch available before filing the issue.