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

https://github.com/trickypr/smart-dots-web

A web version of an AI based on the idea by @Code-Bullet
https://github.com/trickypr/smart-dots-web

Last synced: 5 months ago
JSON representation

A web version of an AI based on the idea by @Code-Bullet

Awesome Lists containing this project

README

          

# Smart-dots-web
A web version of an AI based on the idea by code bullet

## Boilerplate Commands
### Installation

```
yarn
```

### Start Dev Server

```
yarn start
```

### Build Prod Version

```
yarn run build
```