Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.65 KB

README.md

File metadata and controls

38 lines (23 loc) · 1.65 KB

We-meet : A google meet clone

We-meet banner

This repo houses the assets used to build the We-meet website, available at https://wemeet.io (Not currently functional).

Creating a PR

In general, all PRs should be made against the main branch to update the edge version of the docs. If you are making a change that also affects released versions, indicate which release branches to update in your PR so a website maintainer can backport your changes.

If you are making a change that is specific to a single released version of documentation, make a PR against that branch (release-X). For example, if you are fixing something specific to v2.1.0 you should make a PR against the release-2.1.0 branch only. If you are fixing something that impacts v2.1.0 docs and all future versions, you should make the PR against the main branch so the change can also be backported to the v2.1.0 docs.

Publishing the website

The We-meet website is published automatically on the Netlify platform. Whenever changes are merged, the site is re-built and re-deployed, usually within about one minute.

Run the We-meet website locally

Step 1: Clone project

git clone git@github.com:AdityaKoshti/We-Meet.git
cd We-Meet

Step 2: Install npm dependencies

npm i

Step 3: Run We-meet in server mode

make serve

This starts up the local Hugo server on http://localhost:8080. As you make changes, the site refreshes automatically in your browser.