-
-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Leon Anneken edited this page Oct 14, 2024
·
4 revisions
- You need node.js. The LTS version of the node fulfills the minimum requirements. (Get node here: nodejs.org
mkdir new-project-name
cd new-project-name
npm init -y
with npm...
npm i spiky-cli
with yarn...
yarn add spiky-cli