/VRME-Project-Website

VRME project website

Primary LanguageJavaScript

Virtual Reality Meeting Environment Project Website

Team 11:

  • Jieyou Xu
  • Yingming Luo
  • Wenxin Wang

Install Dependencies

This project assumes that you have node (v13) + yarn installed. This project also assumes a Unix/MacOS OS.

We use yarn as the package manager for node.js.

yarn install

Run Development Server

Supports file watch mode (you can edit the markdown sources and the server will automatically reload on changes observed).

yarn start

Build and Generate Static Site

For deployment purposes, the static site can be generated and easily packaged to be served statically.

yarn build

The web page can be opened at index.html.

Serve Production Site

yarn serve

Clean

To clean the generated dist directory, run

yarn clean