this repo has no description
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add MIT license and contributor guidance

Declare the project's license explicitly so GitHub and tangled show it
on the repo page, and link both forges from the README so contributors
know where they can fork and open PRs.

Made-with: Cursor

+36 -1
+21
LICENSE
··· 1 + MIT License 2 + 3 + Copyright (c) 2026 Joseph Basser 4 + 5 + Permission is hereby granted, free of charge, to any person obtaining a copy 6 + of this software and associated documentation files (the "Software"), to deal 7 + in the Software without restriction, including without limitation the rights 8 + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 + copies of the Software, and to permit persons to whom the Software is 10 + furnished to do so, subject to the following conditions: 11 + 12 + The above copyright notice and this permission notice shall be included in all 13 + copies or substantial portions of the Software. 14 + 15 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 + SOFTWARE.
+14 -1
README.md
··· 2 2 3 3 Marketing site for **Atmosphere Account** — built with [Fresh](https://fresh.deno.dev/) and Deno. 4 4 5 + Open source under the [MIT License](./LICENSE). Contributions welcome — fork the 6 + repo on either [GitHub](https://github.com/jobiwanken0bi/atmosphere-account) or 7 + [tangled](https://tangled.sh/@joebasser.com/atmosphere-account) and open a PR. 8 + 5 9 ## Prerequisites 6 10 7 11 - [Deno](https://docs.deno.com/runtime/getting_started/installation) (v2+) ··· 39 43 40 44 Adjust if your host uses different entrypoints. 41 45 46 + ## Contributing 47 + 48 + PRs and forks welcome on either forge: 49 + 50 + - **GitHub:** https://github.com/jobiwanken0bi/atmosphere-account 51 + - **tangled:** https://tangled.sh/@joebasser.com/atmosphere-account 52 + 53 + Both forges mirror the same `main` branch. 54 + 42 55 ## License 43 56 44 - Open source — see project maintainers for the chosen license. 57 + [MIT](./LICENSE) © Joseph Basser
+1
deno.json
··· 1 1 { 2 2 "nodeModulesDir": "manual", 3 + "license": "MIT", 3 4 "tasks": { 4 5 "check": "deno fmt --check . && deno lint . && deno check", 5 6 "dev": "vite",