This website is a landing page for the STAC portal. STAC, or SpatioTemporal Asset Catalog, is an open standard for organizing and sharing geospatial data. The landing page provides an introduction to the STAC portal and its features, as well as a way to access the portal itself. The page includes a logo, login button, and a link to the portal, as well as a navigation bar with links to other resources related to STAC. The page is built using React and Sass, and includes responsive design to ensure optimal viewing on desktop and mobile devices.
- Clone the repository:
git clone [email protected]:SpatialDays/stac-portal-landing.git
- Navigate to the project directory:
cd stac-portal-landing
- Install dependencies:
yarn install
- Run the development server:
yarn dev
- Open http://localhost:3000 in your browser to see the app.
- To run linter and formatter:
yarn eslint --ext .js,.jsx src --fix
(This command will automatically fix any formatting issues in your code) That should help ensure consistent formatting across your codebase.