/ribbit-pwa-test

A prototype PWA app to test whether a single code base will work for all/most devices.

Primary LanguageVue

Ribbit Test PWA

"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.

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

Development Server

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

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

Production

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.