···11+MIT License
22+33+Copyright (c) 2025 comet.sh
44+55+Permission is hereby granted, free of charge, to any person obtaining a copy of
66+this software and associated documentation files (the "Software"), to deal in
77+the Software without restriction, including without limitation the rights to
88+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
99+the Software, and to permit persons to whom the Software is furnished to do so,
1010+subject to the following conditions:
1111+1212+The above copyright notice and this permission notice shall be included in all
1313+copies or substantial portions of the Software.
1414+1515+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1616+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1717+FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1818+COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1919+IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2020+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE
+16-32
README.md
···11-# sv
22-33-Everything you need to build a Svelte project, powered by [`sv`](https://github.com/sveltejs/cli).
44-55-## Creating a project
66-77-If you're seeing this, you've probably already done this step. Congrats!
88-99-```bash
1010-# create a new project in the current directory
1111-npx sv create
1212-1313-# create a new project in my-app
1414-npx sv create my-app
1515-```
1616-1717-## Developing
1818-1919-Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
2020-2121-```bash
2222-npm run dev
11+# Comet
2322424-# or start the server and open the app in a new browser tab
2525-npm run dev -- --open
2626-```
33+> Music on ATProto.
2742828-## Building
55+Comet's goal is to provide an open, decentralised alternative for uploading and
66+sharing your music with others.
2973030-To create a production version of your app:
88+Follow along on Bluesky! [@comet.sh](https://bsky.app/profile/comet.sh) /
99+[@ovyerus.com](https://bsky.app/profile/ovyerus.com)
31103232-```bash
3333-npm run build
3434-```
1111+This project is in the _very_ early stages and a lot will change over time,
1212+especially as this is my first foray into the ATProtocol ecosystem. Stuff will
1313+be a bit messy for a while. Feel free to contribute and voice your opinions!
35143636-You can preview the production build with `npm run preview`.
1515+## Current Status
37163838-> To deploy your app, you may need to install an [adapter](https://svelte.dev/docs/kit/adapters) for your target environment.
1717+- [ ] Experimental Lexicons
1818+ - [x] Records
1919+ - [ ] Queries
2020+- [ ] PoC Node/Bun AppView (eventually I want to rewrite in something like Rust
2121+ or Elixir. TBD)
2222+- [ ] Clients