"A new digital text messaging mode for HF/VHF/UHF recreational and emergency communications."
For information on Ribbit go to The Ribbit Website.
Testing use of Web Assembly DSP to create a device-independent Ribbit Web Application.
This project is under the Open Research Institute.
The repository is hosted at https://github.com/OpenResearchInstitute/ribbit-pwa-test
The test site is hosted on Netlify at https://ribbit-pwa-test.k0ozk.com/
Initial development by Rich Clingman, K0OZK.
Look at the Nuxt 3 documentation to learn more.
Make sure to install the dependencies:
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
Start the development server on http://localhost:3000
:
# npm
npm run dev
# pnpm
pnpm run dev
# yarn
yarn dev
Build the application for production:
# npm
npm run build
# pnpm
pnpm run build
# yarn
yarn build
Locally preview production build:
# npm
npm run preview
# pnpm
pnpm run preview
# yarn
yarn preview
Check out the deployment documentation for more information.