xarray landing page
Landing Page for xarray project.
Overview
This project is built using the following tools/technologies:
Requirements
Installation for local development
1. Clone the repository
git clone https://github.com/xarray-contrib/xarray.dev2. Install dependencies
yarn install
# or
npm install3. Run the development server
yarn dev
# or
npm run devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.