Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 818 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 818 Bytes

Animation Nodes Manual

https://docs.animation-nodes.com

This is the official manual for the Animation Nodes project.

Contributing

  1. Fork the repository.
  2. Add some useful description of nodes, images, examples, correct typos, ...
  3. Create a pull request to integrate your modifications into the official repository.
  4. Wait for your modifications to be accepted.
  5. Congratulations, you have added some very useful information for future users!

Building

  1. Install Hugo.
  2. Clone the forked repository to your computer.
  3. Open the folder that contains the repository.
  4. Execute hugo to build the documentation to the public/ directory.
  5. Or execute hugo server and open the browser at localhost:1313 for live builds.