Skip to content

sumwatshade/wave-check

Repository files navigation

wave-check

stand up a basic server to check waves

Getting Started

  • Install Yarn
  • Clone this repo
  • Install dependencies (note the firefox environment variable. Chromium does not support the current-state media type)
PUPPETEER_PRODUCT=firefox yarn # or yarn install
yarn build
  • supply surfline credentials
export SURFLINE_USERNAME=xxxxx
export SURFLINE_PASSWORD=xxxxx
  • To run the client locally, run
yarn start --scope=@wave-check/client
  • Start the server
yarn deploy