Skip to content

Installation

yacoubii edited this page Sep 3, 2024 · 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.

Install Project Dependencies

yarn install

Default HTML Session

Then, run the default html session :

yarn dev

Storybook

Alternatively, you can run storybook for an interactive session :

yarn storybook

Docker

You can as well, run Palindrome.js on docker :

docker-compose up
Clone this wiki locally