Skip to content

communcom/commun-new

Repository files navigation

Commun

Installation

Clone the repository

git clone https://github.com/communcom/commun
cd commun

Create .env file

cp .env.example .env

Add variables

Development

Installing dependencies and run dev server:

yarn
yarn dev 
# or
yarn dev:fast # build without icons 

You now have your development environment:

Contribution

Be sure that the prettier and eslint extensions are installed and enabled in your code editor

Environment

  • WEB_DISABLE_SSR - disables initial server-side rendering.

Production

If you want to test it locally in production mode, just run the following commands:

docker-compose up

You now have your production:

Issues

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.

Releases

No releases published

Packages

No packages published

Languages