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.
|
1 year ago | |
---|---|---|
src/main | 1 year ago | |
.editorconfig | 1 year ago | |
.gitattributes | 1 year ago | |
.gitignore | 1 year ago | |
Gruntfile.js | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 1 year ago | |
package-lock.json | 1 year ago | |
package.json | 1 year ago | |
tsconfig.json | 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