sandbox-node/ary-this-week/README.md

22 lines
429 B
Markdown
Raw Permalink Normal View History

2022-05-31 06:39:27 +02:00
## Overview
tbc
## Preparation
Run the following command in your favorite terminal to install dependenies.
```
npm i
```
## Development setup
Run the following command in your favorite terminal if you fancy log messages for debugging.
```
export DEBUG=$DEBUG,debug,ary-this-week
```
Run the following command in your favorite terminal to start the service in development mode.
```
npm run dev
```
## Production deployment
tbc