Skip to content

Latest commit

 

History

History
63 lines (42 loc) · 2.12 KB

File metadata and controls

63 lines (42 loc) · 2.12 KB

SkySpot

Presentation

Motivation

SkySpot was created at Hacknarök 2026 Hackathon

  • Topic: Dekada innowacji: zbuduj fundamenty nowej ery w otaczającej nas rzeczywistości
  • Timeframe: 18-19.04.2026, 24 hours

Installation

Install dependencies

pnpm i

Create example .env file

pnpm env:init

Create database and seed data

pnpm db:reset

Start server

pnpm dev

Website will be available at localhost:3000. The website is designed for mobile view, so open it in your browser's mobile mode.

To make drones move, you can additionally start another script simulating external drone provider system

pnpm sim

The external API enables real-time drone tracking and updates, order processing, landing pad reservations and more

Tech Stack

NEXT.JS

REACTJS

TYPESCRIPT

TAILWIND

SHADCN

SQLITE

PRISMA

TRPC

Authors