https://github.com/theodoreai/study-guide
https://github.com/theodoreai/study-guide
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/theodoreai/study-guide
- Owner: TheodoreAI
- Created: 2023-05-23T18:20:14.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-02T19:34:11.000Z (over 1 year ago)
- Last Synced: 2025-08-29T23:44:53.389Z (9 months ago)
- Language: Vue
- Size: 14 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# study-guide
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Run your unit tests
```
yarn test:unit
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).