/ui-project

UI project for lemmy with the goal of being accessible to contribute and have a focus on design

Primary LanguageTypeScriptGNU Affero General Public License v3.0AGPL-3.0

ui-project

Alternative frontend for Lemmy

Goals

  • Drop-in replacement for lemmy-ui
  • Focus on UX
  • Accessible for contributions
  • Small list of dependencies

Running locally

# install dependencies
npm i
# run development server
npm run dev

Open http://localhost:3000 with your browser to see the result.