Signal desktop but... on the web??
Look at the Nuxt documentation to learn more.
This is a project for shipwrecked but this ac project itself focus's on using signal-cli's features to use signal on a website :) this is a unsecure and nice method to use signal on chromebooks :3
Make sure to install dependencies:
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
# bun
bun install
- Install signal-cli if you havent
- link your account to signal-cli How to do that here
- Run
bash dev-dev-server.sh
(stats the signal-cli running on the backend) - Start the development server on
http://localhost:3000
:
# npm
npm run dev
# pnpm
pnpm dev
# yarn
yarn dev
# bun
bun run dev
Build the application for production:
# npm
npm run build
# pnpm
pnpm build
# yarn
yarn build
# bun
bun run build
Locally preview production build:
# npm
npm run preview
# pnpm
pnpm preview
# yarn
yarn preview
# bun
bun run preview