Skip to content

Installation

Leon Anneken edited this page Oct 14, 2024 · 4 revisions

Installation

Requirements

  • You need node.js. The LTS version of the node fulfills the minimum requirements. (Get node here: nodejs.org

Install the package

1. Create a project

mkdir new-project-name

cd new-project-name

2. Create a package.json

npm init -y

3. Install spiky-cli

with npm...

npm i spiky-cli

with yarn...

yarn add spiky-cli

Clone this wiki locally