Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ando818/lemmy-ui-svelte
A UI for Lemmy written in Svelte
https://github.com/ando818/lemmy-ui-svelte
capacitor fediverse lemmy svelte sveltekit
Last synced: 2 months ago
JSON representation
A UI for Lemmy written in Svelte
- Host: GitHub
- URL: https://github.com/ando818/lemmy-ui-svelte
- Owner: ando818
- License: apache-2.0
- Created: 2023-06-11T17:59:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-18T21:27:08.000Z (11 months ago)
- Last Synced: 2024-08-03T17:08:23.091Z (6 months ago)
- Topics: capacitor, fediverse, lemmy, svelte, sveltekit
- Language: Svelte
- Homepage:
- Size: 125 KB
- Stars: 26
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-lemmy - lemmy-ui-svelte - ui-svelte) ![GitHub commit activity](https://img.shields.io/github/commit-activity/y/ando818/lemmy-ui-svelte) | [createlab.io](https://createlab.io/) (Projects / Alternative front-ends)
README
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:
```bash
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:
```bash
npm run build
```You can preview the production build with `npm run preview`.