This repository contains the source code of a website for displaying aircraft in the current vicinity of 20km around a detected geo location.
Note
This is the base branch, which has the Node.js adapter for Remix enabled. To compare it against other deployment provider adapters, visit the Cloudflare Pages, Netlify Edge or Vercel branches.
The following prerequisites are needed to successfully launch this project locally:
-
Yarn or similar
-
Copy
.env.sample
to.env
and populate the environment variablescp .env.sample .env
-
Install dependencies
yarn # or npm install
-
Run the build
yarn build # or npm run build
-
Run the local server
yarn start # or npm start
--- OR ---
-
Run development preview
yarn dev # or npm run dev
See either the Cloudflare Pages, Netlify Edge or Vercel branches.
Licensed under the MIT license.
Copyright ©️ 2024 Sascha Zarhuber