This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# FlowGram Runtime NodeJS
|
||||
|
||||
## Starting the server
|
||||
```bash
|
||||
pnpm dev
|
||||
```
|
||||
|
||||
## Building the server
|
||||
```bash
|
||||
pnpm build
|
||||
```
|
||||
|
||||
## Running the server
|
||||
```bash
|
||||
node dist/index.js
|
||||
```
|
||||
Reference in New Issue
Block a user