Install
Follow the steps below to start your own version of Kitty Items.
Video Walkthrough
Check prerequisites
Before moving to the next step, ensure you have the following tools installed:
NodeJS
Ensure you have NodeJS installed. Version 16+ is required.
📣 Tip: Need to manage different versions of NodeJS? Try using NVM.
Flow CLI
Ensure you have the Flow CLI. Version 0.32.3+ is required.
Clone the project
To get started, clone the project to your machine:
A new folder, kitty-items
, will be created. You will work in this folder, so navigate into it:
Install dependencies
In the project directory, run the following command to install all dependencies:
Note: This process may take a few seconds and you will see some logs. This is expected.
Once the installation is completed, you are ready to start the project.
Apple M1 compatibility
In case you are on an Apple M1 machine, you have to install another package to run the web application on your system.
If you are not aware of the system you are running, run the following command in your terminal:
If the CPU mentions M1
, you need to run this step.
Note: This installation will fail if you are not on an Apple M1 machine. If you are on an Apple M1 machine and skip this step, your web application will not start successfully.
🚀