Access the official documentation:
👉 Scafi Web 3D Docs 👈
git clone https://github.com/Ro0t-set/PPS-24-ScafiWeb3.git
cd PPS-24-ScafiWeb3
cd js && npm install && cd ..
npm install
sbt fastLinkJS
npm run devmin 4gb of docker memory
docker build -t scafiweb3 .
docker run -p 4173:4173 scafiweb3sbt testsbt cucumber -DtestEnv=<local, ci> -Dbrowser=<edge, firefox, chrome>
(Default:ciandfirefox)sbt cucumberWithServer(Usesciandfirefoxby default)
npm install— Install dependencies.npm run dev— Run the project in development mode.npm run build— Build the production version of the project.npm run docs:dev— Serve the documentation in development mode.npm run docs:build— Build the documentation for production.



