We are working very hard to bring you the best documentation possible.

GETTING STARTED

Installation

fusion.ssg requires Node.js to be installed. It also requires that you have TypeScript globally installed on your system.

Beginning with v1.0.0, fusion.ssg no longer includes a project generator in its package and no longer provides the ability to create new projects directly through its CLI. Please read Project Generator for more information about the new project generator, fpg.

The following will guide you through installing both fusion.ssg and fusion.fpg, fusion.ssg's project generator.

Run the following in your terminal to install both fusion.ssg and fusion.fpg:

npm i -g @4awpawz/fusion.ssg @4awpawz/fusion.fpg

Now that you have installed all the required packages, you can now create your very first fusion.ssg project by following the instructions found in Project Generator.