Skip to content

Geometry-Discovery-Project-UCI/gdp.math.uci.edu

Repository files navigation

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

About

The Geometry Discovery Project - University of California, Irvine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages