Fpvtips is built with Gatsby v2 and hosted on Netlify.
Our mission is to bring the FPV community closer together and flying!
Initial Release Features:
Features coming later on:
This project is in on-going development and all feedback is greatly appreciated.
Installation instructions
Clone the repository and install the dependencies:
$ git clone https://github.com/jumpalottahigh/fpvtips
$ cd fpvtips
$ yarn
To run locally in dev mode:
$ npm run dev
To build a production version:
$ npm run build