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

help-circle













  • thearchtoPhoton@lemdro.idinstallation instructions needed
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    3 months ago

    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.