• 3 Posts
  • 27 Comments
Joined 9 个月前
cake
Cake day: 2024年1月6日

help-circle








  • I can help with this, I’ll PR this to the docs later.

    You’ll need node.js and npm for the minimum node server.

    1. Run npm install to fetch the dependencies.
    2. Build the app with ADAPTER=node npm run build
    3. There should be a new directory, build.
    4. To run the app, do node build/index.js. You can set the documented environment variables, and use PORT= to change the port.