Skip to content

titouan-pellerin/architects-opinion-orsay

Repository files navigation

L'Art nouveau - An architect's opinion

Discover "L'Art nouveau" in the words of Hector Guimard through a walk in the forest. An immersive web experience made at Gobelins Paris for the Orsay museum.

Live at https://architect-opinion.art/

Setup

Download Node.js. Run this followed commands :

# Install dependencies (only the first time)
npm i

# Run the local server at localhost:8081
npm run dev

# Build for production in the dist/ directory
npm run build