Skip to content

Parcels-code/parcels-code.org

Repository files navigation

Parcels Website

Website for the Parcels project.

Overview

This project is built using the following tools/technologies:

  1. Next.js
  2. Chakra UI

This project uses a combination of Javascript and Typescript (Javascript - as that was the language of the original website, and Typescript - to enforce typing for the data files).

Requirements

  1. Node.js
  2. npm

Installation for local development

1. Clone the repository

git clone https://github.com/OceanParcels/oceanparcels_website

2. Install dependencies

npm install

3. Run the development server

npm run dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying src/pages/index.js. The page auto-updates as you edit the file.

Acknowledgements

This website was built using the Xarray website (licensed under Apache 2.0) as a starting point. See licenses/xarray.dev for more details.

Any edits are licensed under the Apache 2.0 license.

Packages

No packages published

Contributors 13