"command not found: frontify"

I’d like to experiment with frontify.

The Quck Start guide gives instructions on working with the frontify cli, but no instructions on how to install it.

For example, the first cli demo instruction is:
‘npx frontity create my-app && cd my-app’

Which will just return “command not found: frontify”.

So… how do I install the frontify cli?
And also - can this please be included in the docs?

Thanks.

Hi,
Do you have npx ?
You can test typing:
npx -v

You can get npm in:
https://nodejs.org/en/

1 Like

It looks like you are trying to run frontiFy instead of frontiTy.

1 Like

Lol. I don’t know how I missed that.

Thanks.

2 Likes