Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/demox-labs/art-factory

Making NFTs on Aleo easy
https://github.com/demox-labs/art-factory

Last synced: about 2 months ago
JSON representation

Making NFTs on Aleo easy

Awesome Lists containing this project

README

        

## Documentation

The full documentation can be found [here](https://art.privacypride.com/)

## 🚀 Quick Start

Ensure you have:

- [Node.js](https://nodejs.org) 16 or later installed
- [Yarn](https://yarnpkg.com) v1 or v2 installed

Then run the following:

### 1) Clone the repository

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

### 2) Install dependencies

```bash
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.

```bash
yarn dev
```

### 6) Build

```bash
yarn build
```