ksquareincmx / conference-client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conference Client

User facing application to manage conference rooms and meetings

Table of contents

  1. Instalation
  1. Configuration
  2. Tets
  3. Docs
  4. License

Installation

Prerequisites

Make sure you have installed all of the following prerequisites on your development machine:

Quik Install

  1. Clone the conferece-client repository
git clone https://github.com/ksquareincmx/conference-client.git conference-client
  1. Go to the proyect directory
cd conference-client
  1. Install dependencies
yarn

Configuration

  1. Create a .env.local file and update it
cp .env.local.example .env.local
code .env.local

This is the structure of the .env.local

  REACT_APP_GOOGLE_CLIENT_ID="[Your google client_id]"
  REACT_APP_SERVER_URI= "http://[server domain]/api/v2/"
  1. Start the app
  yarn start

Tests

TODO

Docs

TODO

License

MIT

About

License:MIT License


Languages

Language:JavaScript 98.3%Language:CSS 0.8%Language:HTML 0.7%Language:Dockerfile 0.2%