Getting started

The following guide will walk you through setting up a new Zibri project.

To setup new projects, we built zibri-cli.

You can install it using:

npm i -g zibri-cli

Now you should be able to run

zi new

and provide a name for your new project.

You can now go into your freshly generated project, run npm start and enjoy your new api!