janosh / ocean-artup

Homepage of the ERC Advanced Grant research project Ocean artUp

Home Page:https://ocean-artup.eu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Favicon

Ocean artUp

Deployment Lighthouse pre-commit.ci status GitHub repo size

Ocean artUp is a research project funded by an Advanced Grant of the European Research Council. It aims to study the feasibility, effectiveness, associated risks and potential side effects of artificial upwelling in increasing ocean productivity, raising fish production, and enhancing oceanic CO2 sequestration.

This site is built with Svelte and Contentful.

Setup

Running this site locally requires git and pnpm (or npm). With those installed, do:

  1. Clone the repo and change into its directory.

    git clone https://github.com/janosh/ocean-artup && cd ocean-artup
  2. (optional) Setup pre-commit hooks.

    pre-commit install
  3. Install dependencies.

    pnpm install
  4. Copy .env.example to .env.

    cp .env.example .env

    Then open .env and insert your Contentful space ID and access token. These are found in the settings menu of a Contentful space under 'API keys'.

  5. Start the dev server.

    pnpm dev

Deployment

This site is deployed as static HTML to GitHub Pages (by this action).

About

Homepage of the ERC Advanced Grant research project Ocean artUp

https://ocean-artup.eu

License:MIT License


Languages

Language:Svelte 61.4%Language:TypeScript 29.9%Language:CSS 4.4%Language:HTML 3.7%Language:JavaScript 0.6%