/pbtexts

Send Twilio Text Messages SvelteKit UI

Primary LanguageSvelte

Simple UI to send Text Messages

Setup PocketBase First

See this project first.

Install and Run SvelteKit

Create a .env file in this project with these environment variables.

SECRET_EMAIL="admin@gmail.com"
SECRET_PASSWORD="adminPassword"
POCKETBASE_URL="http://127.0.0.1:8090"

Install and run this project from your terminal

pnpm i
pnpm run dev

Send Texts

Now your ready to send a text message.