Skip to content

Spatial Days STAC Landing with React / SCSS / Vite

Notifications You must be signed in to change notification settings

SpatialDays/stac-landing

Repository files navigation

STAC Portal Landing Page

This repository contains the landing page for Spatial Days Ltd's STAC Portal.

Demo

https://stac-landing.vercel.app/

Local Development

To run the STAC Portal landing page on your local machine:

  1. Clone the Repository

    git clone https://github.com/SpatialDays/stac-landing.git
    cd stac-landing
  2. Install Dependencies Make sure you have Node.js and npm installed. Then run:

    npm install
  3. Start the Development Server

    npm run dev

The landing page should now be accessible at http://localhost:5173 or the respective port mentioned in your terminal.