@lowdefy/server
v4.0.0-rc.15
Published
## Development
Downloads
64
Readme
@lowdefy/server
Development
To run the server in locally as a development server, run the following:
- Run
yarn && yarn build
at the root of the repository. - Add a
lowdefy.yaml
file in the server directory (packages/server
). - run
yarn dev
in the server directory.
To run the server in locally as a development server, with a next production build, run the following:
- Run
yarn && yarn build
at the root of the repository. - Add a
lowdefy.yaml
file in the server directory (packages/server
). - run
yarn dev:prod
in the server directory.
When running a development server, the
package.json
file is updated with the plugins used in the Lowdefy app. Please do not commit the changes made to thepackage.json
,.pnp.cjs
andyarn.lock
files.