lowdefy/packages/server
2022-02-15 12:15:35 +02:00
..
public feat: Add icons and webmanifest to next server. 2021-11-29 13:43:50 +02:00
src Merge branch 'develop' into plugins-actions 2022-02-15 12:15:35 +02:00
.eslintrc.yaml feat: Init server using next. 2021-11-09 17:37:33 +02:00
CHANGELOG.md Merge remote-tracking branch 'origin/main' into develop 2022-02-01 15:49:51 +02:00
next.config.js feat(build): Add buildPath to config. 2022-02-08 15:17:52 +02:00
package.json fix(deps): Update dependency react to v18.0.0-rc.0 2022-02-01 18:29:07 +02:00
README.md chore: Update server dev scripts. 2022-01-11 11:23:22 +02:00

@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 the package.json, .pnp.cjs and yarn.lock files.

Licence

Apache-2.0