Documentation for SML and Unreal modding. Master branch is live on https://docs.ficsit.app/. Please contact us on the Satisfactory Modding Discord Server or the Ficsit.app forums with questions and suggestions.
-
Install Node.js and Yarn Package Manager through your preferred method
-
Use Yarn to install dependencies
yarn install
yarn run build
The output files will be in \build\site
If this command fails for you, you may need to download an playbook file specifically for development and put it in the root folder of the repo. To use it, run yarn run build:dev
instead of the above.