Skip to content

The end-to-end video engagement platform enabling organizations to create meetings and webinars at scale.

Notifications You must be signed in to change notification settings

OkechEdu/Zumaridi-frontend

Repository files navigation

Zumaridi Africa

Project Setup

# Download project
$ git clone https://github.com/global-pan-africanism-network/zumaridiafrica_frontend

# Change directory to project
$ cd zumaridiafrica_frontend

# Install dependencies
$ npm install

Run app in development

# To run web in dev mode
$ npm start

# Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

Development Practices

# Always pull code from development branch as it always contains the latest state of the application
$ git pull

# Make new branch for task you given
$ git checkout -b <branch-name>

# Make changes to project

# Stage changes
$ git add .

# Commit staged changes making use of the conventional commit styles to communicate intent of each commit (check Dev Tools for more information).
$ git commit -m "<type>[optional scope]: <description>"

# Push to branch
$ git push -u origin <branch-name>

# Open a pull request to the development branch

Dev Tools

Contact

For detailed explanation on how things work or if any error is encountered, please don't hesitate to drop me an email : okechjobs@gmail.com

About

The end-to-end video engagement platform enabling organizations to create meetings and webinars at scale.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages