psychotherapy/README.md

429 B

Psychotherapy

Psychotherapy.

Development

Requirements

Setting up

# Install dependencies (only needed once)
$> npm ci

Building

# Build the art in `dist/` for development
$> npm run dev
# Same as above, but automatically rerun it whenever files are changed
$> npm run dev:server
# Build the art in `dist/` for deployment
$> npm run deploy