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

https://github.com/codesyncr/blackant.ai

Blackant Website
https://github.com/codesyncr/blackant.ai

Last synced: 3 months ago
JSON representation

Blackant Website

Awesome Lists containing this project

README

          

## INSTRUCTIONS

# Project is under development

#### 1. clone or download zip from this repository

#### 2. open the folder with any code editor

#### 3. install the dependencies (run the code below in terminal)

```bash
npm install
```

or

```bash
yarn
```

#### 4.run the program

```bash
npm dev
```

or

```bash
yarn dev
```