this repo has no description
10
fork

Configure Feed

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

TypeScript 83.3%
CSS 15.5%
JavaScript 1.0%
Dockerfile 0.2%
128 1 0

Clone this repository

https://tangled.org/joebasser.com/atmosphere-account https://tangled.org/did:plc:qed67d2sst5xqsbuveiv7fjp/atmosphere-account
git@tangled.org:joebasser.com/atmosphere-account git@tangled.org:did:plc:qed67d2sst5xqsbuveiv7fjp/atmosphere-account

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

Atmosphere Account#

Marketing site for Atmosphere Account — built with Fresh and Deno.

Open source under the MIT License. Contributions welcome — fork the repo on either GitHub or tangled and open a PR.

Prerequisites#

After cloning, install dependencies (creates node_modules/ from the lockfile):

deno install

Copy .env.example to .env and set TURSO_AUTH_TOKEN from the Turso dashboard (the example file already points at this project’s database URL). For Explore, OAuth, and the indexer you will also need the variables listed in that file.

Development#

deno task dev

Opens the Vite dev server with hot reload.

Production build#

deno task build
deno task start

build runs deno install then vite build so a clean clone (and Deno Deploy) gets node_modules before Vite runs. start serves from _fresh/server.js.

Deploy (Deno Deploy)#

  1. Push this repository to GitHub (or GitLab).
  2. In Deno Deploy, create a project from the repo.
  3. Set Root directory to the repository root (this folder).
  4. Build step: deno task build (installs npm deps, then runs Vite — required on Deploy)
  5. Run command: deno task start (or deno serve -A _fresh/server.js per deno.json).

Remote Turso (libsql://…) uses @libsql/client/web so the deploy runtime does not need native @libsql/* platform binaries. Local file:./local.db still uses the full client when running deno task dev.

Adjust if your host uses different entrypoints.

Contributing#

PRs and forks welcome on either forge:

Both forges mirror the same main branch.

License#

MIT © Joseph Basser