Run
npm install -g infinit/cli infinit/core
infinit project create
Follow the guided prompts to create your new project.
After successfully creation, you will get the following folder structure
my-first-project/
├── scripts/
│ └── index.ts
├── registry.json
├── config.json
└── package.json
Open index.ts
file to start the development