Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 936 Bytes

README.md

File metadata and controls

46 lines (29 loc) · 936 Bytes

Geometry Discovery Project @ UC Irvine

Setup development environment

If you are using macOS, feel free to use Homebrew for installation.

nvm(nvm-windows) is also recommended for those who wanting to manage multiple versions of Node.js.

To setup development environment:

  1. Install Node.js(Node Package Manager or NPM comes with Node.js).
  2. Install pnpm using npm install -g pnpm

Project setup

Run this before you start to develope after cloning the repository:

pnpm install

Compiles and hot-reloads for development

pnpm run serve

Then visit localhost:8080 with your favorite browser.

Compiles and minifies for production

pnpm run build

Lints and fixes files

pnpm run lint

Deploy

sudo bash deploy.sh gdp.math.uci.edu