https://github.com/technologiespro/smartholdem-docs
SmartHoldem platform documentation system
https://github.com/technologiespro/smartholdem-docs
Last synced: 4 months ago
JSON representation
SmartHoldem platform documentation system
- Host: GitHub
- URL: https://github.com/technologiespro/smartholdem-docs
- Owner: technologiespro
- License: apache-2.0
- Created: 2019-03-01T13:34:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-01T13:50:49.000Z (over 7 years ago)
- Last Synced: 2025-09-30T04:48:55.033Z (9 months ago)
- Language: Vue
- Size: 114 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SmartHoldem platform documentation system
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```