ando818 / lemmy-ui-svelte

A UI for Lemmy written in Svelte

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a rewrite of the Lemmy UI in SvelteKit to address the number of existing issues. Contains the capacitor framework allowing a single codebase to triple as a Android and iOS native apps. This is in active development and has a lot of mess to clean up.

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

About

A UI for Lemmy written in Svelte

License:Apache License 2.0


Languages

Language:Svelte 60.7%Language:JavaScript 21.1%Language:CSS 16.5%Language:TypeScript 1.3%Language:HTML 0.4%