Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 634 Bytes

README.md

File metadata and controls

36 lines (29 loc) · 634 Bytes

Hackathon V2 (second year)

We took second place in the Hackathon championship hosted by Astral

Theme: Cellular network map and speed test with geodata export.

Tools used:

  • Qwik (Main framework)
  • Fastify (For production rendering)
  • Maptiler (For map, no cell tower data in this version)
  • Maptiler JS SDK (For point data)
  • Axios (for browser to talk with server)

Install

npm i

Start

Dev

npm run dev

Go to localhost:5173 (+?)

Prod

Build project

npm run build

Run server

npm run serve

Go to localhost:3000