Skip to content

Vidvox/docs.isf.video

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ISF Docs

Installation

Assuming you have git and the Xcode Developer Command Line Tools installed…

  1. Clone the repository
  2. Install Yarn
  3. Run npm install from within the repository
  4. Run yarn docs:dev to run the site locally in dev mode

Notes

Be sure to preface all code samples with ```glsl to have proper syntax highlighting. If you only use ``` it assumes the code is plaintext and disables highlighting.

Static assets, like images, should be put in /doc/.vuepress/public and linked to via a normal HTML <img /> element. Look in quickstart.md for examples.

Releases

No releases published

Packages

No packages published