Skip to content
Justin Merrell edited this page Apr 30, 2021 · 4 revisions

This wiki is to document the implementation pipeline specifically for the Recursion.Space API docs. For general slate framework documentation refer to their repository wiki.

The recommended method of using slate is with docker, binding the source folder to the container. ''' docker pull slatedocs/slate '''

Windows

''' docker run --rm --name slate -p 4567:4567 -v {Drive Letter}:/{directory path}/source slatedocs/slate serve '''

Clone this wiki locally