Skip to content

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

Notifications You must be signed in to change notification settings

richclingman/ribbit-pwa-test

 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 48.5%
  • C++ 33.0%
  • TypeScript 7.8%
  • JavaScript 7.7%
  • Makefile 2.3%
  • Sass 0.7%