Courtesy of Bruno Simon of https://threejs-journey.xyz/, Fireship https://www.youtube.com/channel/UCsBjURrPoezykLs9EqgamOA and DesignCourse https://www.youtube.com/channel/UCVyRiMvfUNMA1UPlDPzG5Ow
Download Node.js.
A website for visualising flights and calculating their carbon emitions.
Run this followed commands:
# Install dependencies (only the first time)
npm install
# Run the local server at localhost:8080
npm run dev
# Build for production in the dist/ directory
npm run build