https://github.com/johnsonlee/stargazer
A stargazer-based data analysis
https://github.com/johnsonlee/stargazer
Last synced: about 1 year ago
JSON representation
A stargazer-based data analysis
- Host: GitHub
- URL: https://github.com/johnsonlee/stargazer
- Owner: johnsonlee
- License: mit
- Created: 2019-05-27T10:11:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-10-15T12:47:53.000Z (over 4 years ago)
- Last Synced: 2025-01-27T06:14:58.670Z (over 1 year ago)
- Language: Vue
- Homepage: http://stargazer.johnsonlee.io/
- Size: 6.21 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stargazer
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm start
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```