beehaw-org / ui-project

UI project for lemmy with the goal of being accessible to contribute and have a focus on design
GNU Affero General Public License v3.0
11 stars 3 forks source link
lemmy

ui-project

Alternative frontend for Lemmy

Goals

Running locally

Requirements

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.