communcom / commun-new

Commun Web Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Commun Web Client


Languages

Language:JavaScript 99.9%Language:Shell 0.1%Language:HTML 0.1%Language:Dockerfile 0.0%