/geoparquet.github.io

GeoParquet Website

Primary LanguageAstroApache License 2.0Apache-2.0

geoparquet.org

This is the source for the https://geoparquet.org/ website.

Setup

The website is built with the Astro static site generator. This requires Node 18.14 or newer. You can confirm your installed version with node --version.

Install the project dependencies:

npm install

Development

Start the development server:

npm start

The contents of the src directory is built with Astro and the output is written to the dist directory. See the Astro docs for details on templating and more.

JavaScript in the src directory is linted and type checked. See the ESLint integration docs for details on configuring your editor to display and fix lint issues.

Deployment

The publish.yml workflow publishes the site to GitHub Pages on each successful commit to the default branch.