• 3 Posts
  • 28 Comments
Joined 8 months ago
cake
Cake day: January 6th, 2024

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.