-
Notifications
You must be signed in to change notification settings - Fork 2
Installation
yacoubii edited this page Feb 11, 2025
·
1 revision
This project uses three.js as its 3D renderer, yarn as the dependency manager, storybook for functional testing, and parcel-bundler as the stand-alone packager.
yarn install
Then, run the default html session :
yarn dev
Alternatively, you can run storybook for an interactive session :
yarn storybook
You can as well, run Palindrome.js on docker :
docker-compose up