mirror of
https://github.com/LeRoid-hub/Mensa-API.git
synced 2025-01-31 03:34:57 +00:00
19 lines
127 B
Markdown
19 lines
127 B
Markdown
# Mensa-API
|
|
|
|
## Usage
|
|
```
|
|
npm install
|
|
npx tsc
|
|
node ./dist/index.js
|
|
```
|
|
|
|
### Dev
|
|
```
|
|
make up
|
|
```
|
|
|
|
### Prod
|
|
```
|
|
make up-prod
|
|
```
|