This repository contains the landing page for Spatial Days Ltd's STAC Portal.
https://stac-landing.vercel.app/
To run the STAC Portal landing page on your local machine:
-
Clone the Repository
git clone https://github.com/SpatialDays/stac-landing.git cd stac-landing
-
Install Dependencies Make sure you have Node.js and npm installed. Then run:
npm install
-
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.