lowdefy/packages/server
2022-03-02 21:25:50 +02:00
..
lib feat(server): Context is now sync, use MountEvents for onInit. 2022-03-02 21:25:50 +02:00
lowdefy feat: Create types map for custom plugins. 2022-03-02 11:19:36 +02:00
pages feat: Create types map for custom plugins. 2022-03-02 11:19:36 +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 v4.0.0-alpha.7 2022-02-21 12:30:00 +02:00
next.config.js chore: Refactor next server file structure. 2022-02-22 17:25:17 +02:00
package.json feat: Create types map for custom plugins. 2022-03-02 11:19:36 +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