mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-02-11 14:20:07 +08:00
.. | ||
lib | ||
lowdefy | ||
pages | ||
public | ||
.eslintrc.yaml | ||
CHANGELOG.md | ||
next.config.js | ||
package.json | ||
README.md |
@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.