github-universe-2020-tutorial
github-universe-2020-tutorial copied to clipboard
Kinetic Type tutorial for Github Universe
Kinetic Type Tutorial (Github Universe 2020)
Kinetic Type with Threejs Tutorial for Github Universe
Installation
The repository bundles the files using Parcel, so make sure you have Node installed before running the next commands:
Install the dependencies:
npm install
Run the code and start a local server:
npm run start
Create a build of the code:
npm run build