Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 483 Bytes

File metadata and controls

21 lines (14 loc) · 483 Bytes

Festival MMI

Project for the MMI Festival 2021. Made with the help of Three js journey.

Recently (2023) added the Github Actions to deploy the project on Github Pages.

Setup

Download Node.js. Run this followed commands :

# Install dependencies (only the first time)
npm install

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

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