1 $group
2 $
3 var sect = {
4 title: 'How to install Wizzi'
5 };
6 section( §)
7 p You need these tools:
8 ul
9 class css-0
10 li
11 class css-0
12 a
13 href #nodejs
14 class css-0
15 + Node.js
16 + (v14.15 or newer)
17 li
18 class css-0
19 a
20 href #wizzi-cli
21 class css-0
22 + Wizzi CLI
23 li
24 class css-0
25 a
26 href #vscode
27 class css-0
28 + VsCode
29 li
30 class css-0
31 a
32 href #ittf-highlighter
33 class css-0
34 + The Ittf sinthax highlighter for VsCode
35 . doc-title-2
36 id nodejs
37 style position:relative
38 + Node.js
39 p Wizzi is built with Node.js
40 \b and you’ll need to have Node.js version 14.00 (or newer) installed on your computer.
41 p Bundled with Node.js is the npm package manager, that you’ll use to add Wizzi Plugins and other packages onto your project.
42 p Download and install the latest Node.js version from ${}
43 a
44 href https://nodejs.org/en/
45 class css-0
46 + the official Node.js website
47 + .
48 . doc-title-2
49 id nodejs
50 style position:relative
51 + Wizzi CLI
52 p You need the Wizzi CLI to create a new Wizzi Package based on a starter,
53 \b to execute a Wizzi Production or
54 \b to wizzify an existing artifact or a folder of artifacts.
55 bash-panel
56 title Install the Wizzi CLI
57 ittf
58 git npm i wizzi-cli -g
59 bash-panel
60 title Check the Wizzi CLI version
61 ittf
62 git wizzi -version
63 bash-panel
64 title See the Wizzi CLI help
65 ittf
66 git wizzi --help
67 . doc-title-2
68 id nodejs
69 style position:relative
70 + VsCode
71 p Wizzi is developed with VsCode.
72 \b If you don’t have a preferred code editor yet, download the version for your platform.
73 . doc-title-2
74 id nodejs
75 style position:relative
76 + The Ittf sinthax highlighter for VsCode
77 bash-panel
78 title Install the Wizzi IttfHighlighter for VsCode
79 ittf
80 rem download the theme from github
81 rem in a temp folder execute
82 git clone https://github.com/stfnbssl/vscode-ittf.git
83 rem copy the vscode-ittf folder into the VsCode Extensions folder
84 rem in windows %USERPROFILE%\.vscode\extensions