https://github.com/datreks/codetime-web
Statistical analysis and presentation of programming time.
https://github.com/datreks/codetime-web
code data data-visualization time
Last synced: 18 days ago
JSON representation
Statistical analysis and presentation of programming time.
- Host: GitHub
- URL: https://github.com/datreks/codetime-web
- Owner: datreks
- License: mit
- Created: 2020-12-04T14:14:55.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T01:13:33.000Z (almost 3 years ago)
- Last Synced: 2023-03-05T15:30:51.856Z (almost 3 years ago)
- Topics: code, data, data-visualization, time
- Language: Vue
- Homepage: https://codetime.datreks.com
- Size: 1.79 MB
- Stars: 22
- Watchers: 2
- Forks: 4
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# codetime-web

[](https://app.netlify.com/sites/codetime/deploys)
## Build Setup
```bash
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).