elk/README.md

73 wiersze
3.0 KiB
Markdown
Czysty Zwykły widok Historia

2022-12-01 19:59:57 +00:00
# Elk
2022-12-14 20:13:12 +00:00
*A nimble Mastodon web client*
2022-12-01 19:59:57 +00:00
<p align="center">
<a href="https://viteconf.org" target="_blank" rel="noopener noreferrer">
<img width="180" src="https://elk.zone/logo.svg" alt="Vite logo">
</a>
</p>
<br/>
<p align="center">
<a href="https://chat.elk.zone"><img src="https://img.shields.io/badge/chat-discord-blue?style=flat&logo=discord" alt="discord chat"></a>
<a href="https://pr.new/elk-zone/elk"><img src="https://developer.stackblitz.com/img/start_pr_dark_small.svg" alt="Start new PR in StackBlitz Codeflow"></a>
</p>
<br/>
2022-11-13 05:34:43 +00:00
2022-12-19 08:36:58 +00:00
# Elk is in early alpha ⚠️
2022-11-24 10:46:03 +00:00
2022-12-19 08:36:58 +00:00
It is already quite usable, but it isn't ready for wide adoption yet. We recommend you to use if if you would like to help us building it. We appreciate your feedback and contributions. Check out the [Open Issues](https://github.com/elk-zone/elk/issues) and jump in the action. Join the [Elk discord server](https://chat.elk.zone) to chat with us and learn more about the project.
2022-11-24 10:46:03 +00:00
2022-12-19 08:36:58 +00:00
The client is deployed to [elk.zone](https://elk.zone), you can share screenshots on social media but we prefer you avoid sharing this URL directly until the app is more polished. Feel free to share the URL with your friedns and invite others you think could be interested in helping to improve Elk.
# Contributing
2022-12-19 08:36:58 +00:00
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](https://stackblitz.com/codeflow) to fix bugs or implement features. You'll also see a CodeFlow button on PRs to review them without a local setup.
[![Open in Codeflow](https://developer.stackblitz.com/img/open_in_codeflow.svg)](https://pr.new/elk-zone/elk)
## Local Setup
Clone the repository and run on the root folder:
```
pnpm i
pnpm run dev
```
We recommend installing [ni](https://github.com/antfu/ni#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](https://vitest.dev). You can run the test suite with:
```
nr test
```
2022-11-24 10:53:23 +00:00
2022-11-24 11:03:58 +00:00
# Stack
2022-11-24 13:15:29 +00:00
- [Vite](https://vitejs.dev/) - Next Generation Frontend Tooling
2022-12-01 15:15:41 +00:00
- [Nuxt](https://nuxt.com/) - The Intuitive Web Framework
2022-11-24 13:15:29 +00:00
- [Vue](https://vuejs.org/) - The Progressive JavaScript Framework
- [VueUse](https://vueuse.org/) - Collection of Vue Composition Utilities
2022-11-24 11:03:58 +00:00
- [Pinia](https://pinia.vuejs.org/) - The Vue Store that you will enjoy using
2022-11-24 13:15:29 +00:00
- [Vue Macros](https://vue-macros.sxzz.moe/) - More macros and syntax sugar for Vue
2022-11-24 11:03:58 +00:00
- [UnoCSS](https://uno.antfu.me/) - The instant on-demand atomic CSS engine
2022-11-24 13:15:29 +00:00
- [Iconify](https://github.com/iconify/icon-sets#iconify-icon-sets-in-json-format) - Iconify icon sets in JSON format
- [Masto.js](https://neet.github.io/masto.js) - Mastodon API client in TypeScript
- [shiki](https://shiki.matsu.io/) - A beautiful Syntax Highlighter
2022-12-18 12:58:24 +00:00
- [vite-plugin-pwa](https://github.com/vite-pwa/vite-plugin-pwa) - Prompt for update and push notifications
2022-11-24 11:03:58 +00:00
2022-11-24 10:53:23 +00:00
# License
MIT