Skip to main content
The following examples in this section assume that you implement the guides on each page as separate functions and files under a single project directory. To set up your project, follow the steps below.
1

Create Directory

First, create a directory to store your project files.
2

Initialize Project

Next, initialize your project.
3

Install InitiaJS

Install InitiaJS.
4

Test Installation

Once you have installed InitiaJS, test your installation. Replace the contents of src/quickstart.ts with the following code.
Then, run the script.
If you get initiation-2 as the output, your installation was successful!