Skip to content

xarray-contrib/xarray.dev

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8948f01 · Dec 4, 2024
Feb 2, 2024
Nov 20, 2024
Dec 4, 2024
Aug 10, 2021
May 9, 2023
Sep 12, 2024
Dec 1, 2023
Nov 1, 2024
Aug 20, 2021
Aug 26, 2022
Apr 12, 2023
May 10, 2022
Feb 3, 2022
May 10, 2023
Mar 1, 2024
Jan 19, 2023
Dec 3, 2024
Dec 3, 2024

Repository files navigation

xarray landing page

Vercel Deployment

Landing Page for xarray project.

Overview

This project is built using the following tools/technologies:

  1. Next.js
  2. Chakra UI

Requirements

  1. Node.js
  2. yarn or npm

Installation for local development

1. Clone the repository

git clone https://github.com/xarray-contrib/xarray.dev

2. Install dependencies

yarn install
# or
npm install

3. Run the development server

yarn dev
# or
npm run dev

Open 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.