Recursively inductive progress. https://fwdekker.com/art/psychotherapy/
Go to file
Florine W. Dekker e51afb8b19
Add OpenGraph support
2021-11-01 12:31:10 +01:00
src/main Add OpenGraph support 2021-11-01 12:31:10 +01:00
.editorconfig Initial commit 2021-10-30 14:30:33 +02:00
.gitattributes Initial commit 2021-10-30 14:30:33 +02:00
.gitignore Initial commit 2021-10-30 14:30:33 +02:00
Gruntfile.js Add OpenGraph support 2021-11-01 12:31:10 +01:00
LICENSE Initial commit 2021-10-30 14:30:33 +02:00
README.md Initial commit 2021-10-30 14:30:33 +02:00
package-lock.json Initial commit 2021-10-30 14:30:33 +02:00
package.json Add OpenGraph support 2021-11-01 12:31:10 +01:00
tsconfig.json Initial commit 2021-10-30 14:30:33 +02:00

README.md

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