/art-factory

Making NFTs on Aleo easy

Primary LanguageTypeScript

Documentation

The full documentation can be found here

🚀 Quick Start

Ensure you have:

  • Node.js 16 or later installed
  • Yarn v1 or v2 installed

Then run the following:

1) Clone the repository

git clone https://github.com/demox-labs/art-factory && cd art-factory

2) Install dependencies

yarn

3) Update the env

Replace the values in the ./.env file

4) Install Leo (optional if you want to change the program)

Find the full instructions here: https://github.com/AleoHQ/leo

5) Development

Run a local server on localhost:3000.

yarn dev

6) Build

yarn build