psychotherapy/README.md

23 lines
429 B
Markdown
Raw Permalink Normal View History

2021-10-30 14:30:33 +02:00
# Psychotherapy
Psychotherapy.
## Development
### Requirements
* [npm](https://www.npmjs.com/)
### Setting up
```shell script
# Install dependencies (only needed once)
$> npm ci
```
### Building
```shell script
# 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
```