forked from ringcentral/slate
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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 '''
''' docker run --rm --name slate -p 4567:4567 -v {Drive Letter}:/{directory path}/source slatedocs/slate serve '''