https://github.com/codesyncr/blackant.ai
Blackant Website
https://github.com/codesyncr/blackant.ai
Last synced: 3 months ago
JSON representation
Blackant Website
- Host: GitHub
- URL: https://github.com/codesyncr/blackant.ai
- Owner: CodeSyncr
- Created: 2022-09-05T06:16:08.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-05T11:30:20.000Z (almost 4 years ago)
- Last Synced: 2025-08-13T07:34:16.944Z (11 months ago)
- Language: TypeScript
- Homepage: https://www.blackant.ai
- Size: 2.99 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```