Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 647 Bytes

File metadata and controls

25 lines (16 loc) · 647 Bytes

Variable Name Generation Tutorial - Presentation

This directory contains the Motion Canvas project for the video.

Prerequisites

  • Node.js (the project was developed with version v20.9.0)
  • npm (comes with Node.js)

Development

  1. Clone the repository:
git clone https://github.com/MartyO256/variable-name-generation-tutorial.git
cd variable-name-generation-tutorial/presentation
  1. Start the Motion Canvas project using npm:
npm start
  1. Open the server at URL http://localhost:9000/ in a web browser.