Skip to content

Installation Steps

Bitrix edited this page Feb 10, 2022 · 1 revision

Welcome to the NFTgenerator wiki!

Installation πŸ› οΈ

*************** Do make sure you have the latest version of Node installed *******************

If not download from here - https://nodejs.org/en/download/

🚧 Compatibility 🚧

  • Currently works Perfectly fine for Mac and Linux .
  • You need to install extra dependencies for Windows .

For Windows check out extra installation steps involved.

Before you start, make sure your file structure looks something like this:

YOUR_PROJECT/  
β”œβ”€ images/  
β”‚  β”œβ”€ trait1_name/  
β”‚  β”‚  β”œβ”€ file1.png  
β”‚  β”‚  β”œβ”€ file2.png  
β”‚  β”‚  β”œβ”€ file3.png  
β”‚  β”‚  β”œβ”€ ...  
β”‚  β”œβ”€ trait2_name/  
β”‚  β”‚  β”œβ”€ file4.png  
β”‚  β”‚  β”œβ”€ file5.png  
β”‚  β”‚  β”œβ”€ ...  
β”‚  β”œβ”€ trait3_name/  
β”‚  β”‚  β”œβ”€ file6.png  
β”‚  β”‚  β”œβ”€ ...  
β”‚  β”œβ”€ ...  

Step 1

If you want to clone this project -

git clone https://github.com/ritikrohan/NFTgenerator.git

Or

Download the zip from the Code Dropdown.

Step 2 (Mac and Linux)

Go to the main branch and run this command if you have yarn installed.

yarn install

Run this command if you have NodeJS installed.

npm install

For Windows Users

Follow the instruction below for installing node-canvas.

yarn install
  • Run this command if you have node installed.
npm install

Step 3

Running the APP πŸ› οΈ

npm run devall

Follow the instructions on the Page