A platform for finding and sharing the perfect drone spots in the British isles.
When developing locally or running an instance using Docker, replace the Google Maps API key to your own one (create it here). The key I am using in my production instance is only valid on my domain.
- Navigate to the cloned repo
- Run
docker build -t dronedirectory .
- Run
docker run -p 80:80 -d dronedirectory
- Install bun
npm install -g bun
- Navigate to the cloned repo and run
bun install
- Run
bun run dev
to start the development server.