Skip to content

Latest commit

 

History

History
63 lines (43 loc) · 1.42 KB

README.md

File metadata and controls

63 lines (43 loc) · 1.42 KB

Scafi Web 3D

logo

Build Status

Access the official documentation:
👉 Scafi Web 3D Docs 👈


How to Run the Project

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 dev

Docker

min 4gb of docker memory

docker build -t scafiweb3 .
docker run -p 4173:4173 scafiweb3

sbt Tests

  • sbt test
  • sbt cucumber -DtestEnv=<local, ci> -Dbrowser=<edge, firefox, chrome>
    (Default: ci and firefox)
  • sbt cucumberWithServer (Uses ci and firefox by default)

npm Commands

  • 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.

Example Screenshots

  • Main Interface
    Scafi3 screen

  • Gradient Effect
    Gradient Example

  • Sphere Visualization
    Sphere Example