After a short 12 year break, the VFXPedia learning resource is back on the web!
During the VFXPedia development stage, you need to install NodeJS to compile and view the Docusaurus formatted markdown content.
Add NodeJS to your system. Make sure you have the "npm" utility added to your PATH environment variable so you can run this CLI tool from the terminal.
Use a git client like GitKraken or GitHub Desktop to download a local copy of the VFXPedia git repo:
https://github.com/Kartaverse/VFXPedia/
Note: The VFXPedia repo is set to a private visibility state during the development stage.
In a new terminal window, navigate to the location where you downloaded the VFXPedia git repo content. Then run the npm start command to launch the local staging server. Example CLI Syntax:
cd $HOME/Documents/Git/VFXPedia/
npm install
npm startIf the NodeJS server activates without issue, you should be able to view the content live at the following localhost address in your default web-browser:
http://localhost:3000/VFXPedia/
This is what the VFXPedia website should look like:


