No description
| docs | ||
| notes | ||
| src | ||
| static | ||
| tests | ||
| .eslintignore | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| .npmrc | ||
| .prettierignore | ||
| .prettierrc | ||
| LICENSE | ||
| package.json | ||
| playwright.config.ts | ||
| pnpm-lock.yaml | ||
| README.md | ||
| svelte.config.js | ||
| tsconfig.json | ||
| vite.config.ts | ||
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.