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:
- Install Node.js(Node Package Manager or NPM comes with Node.js).
- Install pnpm using
npm install -g pnpm
Run this before you start to develope after cloning the repository:
pnpm install
pnpm run serve
Then visit localhost:8080
with your favorite browser.
pnpm run build
pnpm run lint
sudo bash deploy.sh gdp.math.uci.edu