Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/demox-labs/art-factory
- Owner: demox-labs
- Created: 2023-06-18T05:19:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-01T16:55:17.000Z (11 months ago)
- Last Synced: 2024-10-10T01:15:08.591Z (4 months ago)
- Language: TypeScript
- Homepage: https://art.privacypride.com/
- Size: 1.28 MB
- Stars: 37
- Watchers: 5
- Forks: 113
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-aleo - art-factory - A fully functioning dapp, ready to deploy your own NFT collection with. (Applications / Art)
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 installedThen 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
```