this post was submitted on 22 Aug 2024
6 points (100.0% liked)
Photon
267 readers
3 users here now
Photon for Lemmy
A client for the fediverse designed to be intuitive, fast, and beautiful.
Share your themes, ask questions, report bugs, or check on the latest updates here!
You can contact the dev at @[email protected].
Rules
- Posts must be related to Photon in any way
- Don't be mean
- If your post is a bug report, please preface the title with
[solved]
if it's been fixed.
founded 10 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.
npm install
to fetch the dependencies.ADAPTER=node npm run build
build
.node build/index.js
. You can set the documented environment variables, and usePORT=
to change the port.