Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 1.63 KB

README.md

File metadata and controls

52 lines (31 loc) · 1.63 KB

BBN Polls

This is the Progressive Web App (PWA) setup for the #bbn-poll-experiment. It Powered By

  • 🚀 Next JS — The React Framework for Production
  • 📲 next-pwa — Creating progressive web apps (PWA) powered by Workbox.
  • ⚔️⚙️ Workbox — Production-ready service worker libraries and tooling.

How to use

  1. Clone this first:

    git clone https://github.com/daccred/bbnpolls.git
    cd bbnpolls
  2. Install dependencies and run:

    Using yarn:

    yarn && yarn dev

    Using npm:

    npm i && npm run dev

Env setup

The app has a .env.example file which is pre-populated with variables that will be needed in your local .env file. Credentials and keys that are private will be shared privately.

Deploy To Vercel

You can deploy to Vercel by clicking this button

Deploy with Vercel

OR

Deploy it to the cloud with Vercel (Documentation).

Foot Notes

  • yarn dev — Starts the development server.

  • yarn build — Builds the app for production.

  • yarn start — Runs the built app in production mode.