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 dev
min 4gb of docker memory
docker build -t scafiweb3 .
docker run -p 4173:4173 scafiweb3
sbt test
sbt cucumber -DtestEnv=<local, ci> -Dbrowser=<edge, firefox, chrome>
(Default:ci
andfirefox
)sbt cucumberWithServer
(Usesci
andfirefox
by 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.