Recursively inductive progress. https://fwdekker.com/art/psychotherapy/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Florine W. Dekker e51afb8b19
Add OpenGraph support
1 year ago
src/main Add OpenGraph support 1 year ago
.editorconfig Initial commit 1 year ago
.gitattributes Initial commit 1 year ago
.gitignore Initial commit 1 year ago
Gruntfile.js Add OpenGraph support 1 year ago
LICENSE Initial commit 1 year ago
README.md Initial commit 1 year ago
package-lock.json Initial commit 1 year ago
package.json Add OpenGraph support 1 year ago
tsconfig.json Initial commit 1 year ago

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