No description
Find a file
2025-08-24 13:14:34 +02:00
docs add start of typst docs 2025-08-24 12:55:07 +02:00
notes record starter idea for grid config ui of custom views 2025-08-24 13:14:34 +02:00
src cleanup old comment 2025-08-10 13:38:49 +02:00
static add license for fediverse symbol favicon 2025-07-03 13:41:24 +02:00
tests add buttons to save or cancel changes made to account details on an account's page 2025-08-10 08:27:46 +02:00
.eslintignore Initial commit post-pnpm create svelte@latest 2024-11-29 14:10:11 +01:00
.eslintrc.cjs Initial commit post-pnpm create svelte@latest 2024-11-29 14:10:11 +01:00
.gitignore ignore files made by playwright for test results and html reports 2025-08-08 11:59:20 +02:00
.npmrc Initial commit post-pnpm create svelte@latest 2024-11-29 14:10:11 +01:00
.prettierignore Initial commit post-pnpm create svelte@latest 2024-11-29 14:10:11 +01:00
.prettierrc add and use tailwindcss's prettier plugin to enforce an order that "plays nicely" on CSS classes used 2025-07-14 11:18:49 +02:00
LICENSE Initial commit 2024-11-29 14:06:11 +01:00
package.json add eslint devDependency 2025-08-10 13:40:11 +02:00
playwright.config.ts allow user to edit feed attributes 2025-07-21 12:10:02 +02:00
pnpm-lock.yaml add eslint devDependency 2025-08-10 13:40:11 +02:00
README.md ignore jetbrains idea files and add intro line to readme 2025-06-24 14:33:33 +02:00
svelte.config.js derive version from package.json and shortened git ref 2025-07-14 12:25:06 +02:00
tsconfig.json Initial commit post-pnpm create svelte@latest 2024-11-29 14:10:11 +01:00
vite.config.ts start using daisyui 2025-03-26 23:44:04 +01:00

activity-pub-explorer

A tool for helping me navigate the fediverse and map out the feeds and instances that I find.

Initialized with create-svelte.

Developing

Install dependencies with npm install (or pnpm install or yarn).

Start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version:

npm run build

You can preview the production build with npm run preview.

To deploy , you may need to install an adapter for your target environment.