Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phartenfeller/sudoku_solver_pwa
https://github.com/phartenfeller/sudoku_solver_pwa
pwa tailwindcss tensorflow-js vue
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/phartenfeller/sudoku_solver_pwa
- Owner: phartenfeller
- License: mit
- Created: 2019-07-27T19:24:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T23:52:27.000Z (about 2 years ago)
- Last Synced: 2023-03-03T05:51:21.982Z (almost 2 years ago)
- Topics: pwa, tailwindcss, tensorflow-js, vue
- Language: JavaScript
- Homepage: https://phartenfeller.github.io/sudoku_solver_pwa/
- Size: 14.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sudoku Solver PWA
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn start
```### Compiles and minifies for production
```
yarn build
```### Run your tests
```
yarn test
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).