Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 376 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 376 Bytes

3D intro screen

A starter template for Three.JS based intro screens.

yarn install
yarn start

npm (not recommended)

npm install
npm run start

After running start, open localhost:1234. The page should automatically refresh when you make a change.