Building from source? #5345
-
Hi, I would like to start experimenting with Payload with the 3.0 alpha. Are there instructions somewhere for building from the source? I cloned the repo, but I don't know what to do next. The instructions I can find are all for 2.0 which is of course released and the instructions all use package downloaders. There is no "build from source" section. Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
To experiment with v3 as a dependency in your project, you can look at the repo: https://github.com/payloadcms/payload-3.0-alpha-demo To run v3 from this monorepo, you can run Does that help? |
Beta Was this translation helpful? Give feedback.
To experiment with v3 as a dependency in your project, you can look at the repo: https://github.com/payloadcms/payload-3.0-alpha-demo
To run v3 from this monorepo, you can run
pnpm install
and then usepnpm dev admin
, replace "admin" with any other test suite in the/test/
directory to run another config, for examplepnpm run fields
has a different config to test.Does that help?