Enter one of the following commands into your terminal.
git clone https://github.com/Threekit/Examples-Temporary.git
cd examples
npm install
git clone https://github.com/Threekit/Examples-Temporary.git
cd examples
yarn
Go to Demo Token Generator
and create a token for your local environment. localhost:3000
is the default
domain.
Using the Auth Token you just created, enter the following command into your terminal (replace the xxx-xx-xxx w/your token). This will replace all of the dummy tokens in Threekit/Examples with an active demo token.
npm run token xxx-xx-xxx
yarn token xxx-xx-xxx
You're all set.
npm run dev
yarn dev