Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 547 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 547 Bytes

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