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
- Host: GitHub
- URL: https://github.com/trickypr/smart-dots-web
- Owner: trickypr
- License: gpl-3.0
- Created: 2019-01-28T07:31:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T21:52:18.000Z (over 3 years ago)
- Last Synced: 2024-05-21T11:46:34.058Z (about 2 years ago)
- Language: TypeScript
- Homepage: https://trickypr.github.io/Smart-dots-web/
- Size: 1.6 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```