lowdefy/packages/server
2022-04-13 21:57:01 +02:00
..
lib fix(server): Bug fixes on loading inc, and add auto inc. 2022-04-13 21:57:01 +02:00
lowdefy fix: Fix plugins in build. 2022-03-17 14:33:35 +02:00
pages Merge branch 'develop' into loading-blocks 2022-04-08 09:40:12 +02:00
public feat: Add icons and webmanifest to next server. 2021-11-29 13:43:50 +02:00
.eslintrc.yaml feat: Init server using next. 2021-11-09 17:37:33 +02:00
CHANGELOG.md chore: Release version 4.0.0-alpha.8. 2022-03-16 18:22:40 +02:00
next.config.js chore: Refactor next server file structure. 2022-02-22 17:25:17 +02:00
package.json chore: Release version 4.0.0-alpha.8. 2022-03-16 18:22:40 +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