mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-18 14:41:41 +03:00
7 lines
122 B
Markdown
7 lines
122 B
Markdown
To run the deploy package as a standalone TS project, run:
|
|
```sh
|
|
npm install
|
|
npm run build
|
|
node dist/index.js fly ...
|
|
```
|