A nimble Mastodon web client
 
 
 
 
 
Go to file
Peter Budai 3e648f6fbc
feat(editor): Respect default privacy setting of the account (#1699)
2023-02-11 18:04:41 +01:00
.github chore: set github token permissions 2023-01-21 22:51:18 +00:00
.stackblitz
.vscode
components feat(editor): Respect default privacy setting of the account (#1699) 2023-02-11 18:04:41 +01:00
composables feat(editor): Respect default privacy setting of the account (#1699) 2023-02-11 18:04:41 +01:00
config feat(docs): add translation status (#1689) 2023-02-11 17:15:08 +01:00
constants fix: handle frozen page lifecycle state (#1658) 2023-02-06 14:22:56 -08:00
docs feat(docs): add translation status (#1689) 2023-02-11 17:15:08 +01:00
https-dev-config
images
layouts fix: make nav title sticky + add more grabbale area for native (#1602) 2023-02-05 16:35:21 +01:00
locales feat(i18n): update Japanese localization (#1697) 2023-02-10 07:50:37 -08:00
middleware refactor: move single instance config to runtime (#1664) 2023-02-07 04:10:43 -08:00
mocks perf: tree-shake dependencies from server (#1647) 2023-02-06 10:34:50 +01:00
modules test: disable `stale-dep` in test mode 2023-02-09 13:01:22 +01:00
pages perf: tree-shake dependencies from server (#1647) 2023-02-06 10:34:50 +01:00
patches fix: keep patches folder 2023-01-25 01:59:56 +08:00
plugins fix: close databases on page freeze event without pwa (#1662) 2023-02-06 15:01:30 -08:00
public fix(pwa): add maskable icon to web manifest (#1456) 2023-01-25 21:16:32 +01:00
public-dev fix(pwa): add maskable icon to web manifest (#1456) 2023-01-25 21:16:32 +01:00
public-staging fix(pwa): add maskable icon to web manifest (#1456) 2023-01-25 21:16:32 +01:00
scripts refactor: make auto import more explicit 2023-01-30 11:58:58 +01:00
server fix: revert upgrade to nuxt v3.2.0 (#1692) 2023-02-09 15:32:30 -08:00
service-worker fix: handle frozen page lifecycle state (#1658) 2023-02-06 14:22:56 -08:00
styles feat: add opt-in pinch to zoom setting (#1557) 2023-02-01 15:43:27 +01:00
tests fix: filter and cw logic (#1633) 2023-02-05 07:05:42 -08:00
types feat: allow running elk with a single server (#1606) 2023-02-05 04:10:19 -08:00
utils fix: handle frozen page lifecycle state (#1658) 2023-02-06 14:22:56 -08:00
.dockerignore
.env.example refactor: move single instance config to runtime (#1664) 2023-02-07 04:10:43 -08:00
.env.mock
.eslintignore feat(docs): add translation status (#1689) 2023-02-11 17:15:08 +01:00
.eslintrc
.gitignore
.npmrc
.nvmrc chore: add .nvmrc to ensure node v18 (#1579) 2023-02-08 10:23:07 +01:00
.stackblitzrc
CONTRIBUTING.md chore: add .nvmrc to ensure node v18 (#1579) 2023-02-08 10:23:07 +01:00
Dockerfile feat(docker): run as non root user (#1380) 2023-01-22 08:18:50 +01:00
LICENSE
README.md docs: add elk.aus.social to the ecosystem (#1555) 2023-02-01 04:36:15 -08:00
app.vue
docker-compose.yaml
elk.svg
error.vue
netlify.toml
nuxt.config.ts refactor: disable reactivity transform from vue core 2023-02-11 17:51:14 +01:00
package.json feat(docs): add translation status (#1689) 2023-02-11 17:15:08 +01:00
page-lifecycle.d.ts fix: handle frozen page lifecycle state (#1658) 2023-02-06 14:22:56 -08:00
pnpm-lock.yaml feat(docs): add translation status (#1689) 2023-02-11 17:15:08 +01:00
pnpm-workspace.yaml
shims.d.ts
tsconfig.json
unocss.config.ts fix: prevent videos from clipping when in fullscreen mode (#1397) 2023-02-07 06:32:37 -08:00
vitest.config.mjs chore: migrate to nuxt-vitest 2023-01-29 14:20:48 +01:00

README.md

Elk logo

Elk alpha

A nimble Mastodon web client


discord chat Start new PR in StackBlitz Codeflow Open board on Volta


Elk screenshots

⚠️ Elk is in Alpha

It is already quite usable, but it isn't ready for wide adoption yet. We recommend you use it if you would like to help us build it. We appreciate your feedback and contributions. Check out the Open Issues and jump in the action. Join the Elk discord server to chat with us and learn more about the project.

Deployment

Official Deployment

The Elk team maintains a deployment at:

Ecosystem

These are known deployments using Elk as an alternative Web client for Mastodon servers or as a base for other projects in the fediverse:

Note: Community deployments are NOT maintained by the Elk team. It may not be synced with Elk's source code. Please do your own research about the host servers before using them.

💖 Sponsors

We are grateful for the generous sponsorship and help of:

NuxtLabs

StackBlitz

And all the companies and individuals sponsoring Elk Team and the members. If you're enjoying the app, consider sponsoring us:

Or you can sponsor our core team members individually:

We would also appreciate sponsoring other contributors to the Elk project. If someone helps you solve an issue or implement a feature you wanted, supporting them would help make this project and OS more sustainable.

📍 Roadmap

Open board on Volta

🧑‍💻 Contributing

We're really excited that you're interested in contributing to Elk! Before submitting your contribution, please read through the following guide.

Online

You can use StackBlitz Codeflow to fix bugs or implement features. You'll also see a Codeflow button on PRs to review them without a local setup. Once the elk repo has been cloned in Codeflow, the dev server will start automatically and print the URL to open the App. You should receive a prompt in the bottom-right suggesting to open it in the Editor or in another Tab. To learn more, check out the Codeflow docs.

Open in Codeflow

Local Setup

Clone the repository and run on the root folder:

pnpm i
pnpm run dev

Warning: you will need corepack enabled, check out the Elk Contributing Guide for a detailed guide on how to set up the project locally.

We recommend installing ni, that will use the right package manager in each of your projects. If ni is installed, you can instead run:

ni
nr dev

Testing

Elk uses Vitest. You can run the test suite with:

nr test

🦄 Stack

  • Vite - Next Generation Frontend Tooling
  • Nuxt - The Intuitive Web Framework
  • Vue - The Progressive JavaScript Framework
  • VueUse - Collection of Vue Composition Utilities
  • Pinia - The Vue Store that you will enjoy using
  • Vue Macros - More macros and syntax sugar for Vue
  • UnoCSS - The instant on-demand atomic CSS engine
  • Iconify - Iconify icon sets in JSON format
  • Masto.js - Mastodon API client in TypeScript
  • shiki - A beautiful Syntax Highlighter
  • vite-plugin-pwa - Prompt for update and push notifications

👨‍💻 Contributors

📄 License

MIT © 2022-PRESENT Elk contributors