Alternative frontend for Lemmy
You must have nodejs available locally to run the dev server. You can either use nvm, which automates downloading and installing the correct version of nodejs, or you can manually see what version you need from the .nvmrc file and install it yourself.
# install dependencies
npm i
# run development server
npm run dev
Open http://localhost:3000 with your browser to see the result.