~tonic/webmention

A public webmention sender

d22023b Updated Login, Enabled DB Check

~tonic pushed to ~tonic/webmention git

1 year, 4 months ago

64c4c13 🚧 WIP: Worked out single send

~tonic pushed to ~tonic/wm-cli git

1 year, 5 months ago

#Webmention (To Be Named)

Look at the Nuxt 3 documentation to learn more.

This will probably be deployed on wrangler https://nitro.unjs.io/deploy/providers/cloudflare

#Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install

#Development Server

Start the development server on http://localhost:3000

npm run dev

#Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Check out the deployment documentation for more information.