Our mission is to bring the FPV community closer together and flying!
⭐ Save and browse FPV flying spots on the map
⭐ Watch videos and photos from FPV spots
⭐ Live wind and weather conditions
⭐ Submit a dictionary entry
⭐ Beginner friendly FPV dictionary
⭐ Recommended tools, upvoted by the community
⭐ Shopping list
⭐ Submit an article to the blog
⭐ Quad builder - 3D model playground
⭐ Share location and meet other FPV pilots
⭐ Pilot accounts
This project is in on-going development and all feedback is greatly appreciated.
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