Skip to content

RamaHerbin/gobelins-workshop-just_reveal

Repository files navigation

WORKSHOP - JUST REVEAL - GOBELINS Paris

In partnership with the AFP news agency

Created in ~ one week

Our goal was to create an interactive cartography on the major events during the COVID-19 pandemic 2020-2022 period. Our team decided to focus on the positive events that may happened during that time.

Searches

DEMO

Created with :

alt text A gobelin project

Nuxt Setup

Look at the nuxt 3 documentation to learn more.

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Checkout the deployment documentation for more information.