Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Latest commit

 

History

History
29 lines (18 loc) · 847 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 847 Bytes

Website of Adelaide FPV Racing

Build and Deploy

🏗️ Build

  • Install git, node and yarn
  • Clone this repo
  • Get a local build running
yarn install
yarn develop

💄 Edit

  • W.I.P.👷 Markdown support?
  • Keep things tidy with yarn format after editing

🚀 Deploy

Commit and push. Job done 😎 If you stuff up, revert previous commit and push.

To manually deploy use yarn deploy

Maintenance 🔧

Keep things up to date using yarn up and ncu