Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 19 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 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T01:13:33.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T15:30:51.856Z (almost 2 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
![Code Time](https://img.shields.io/endpoint?style=flat&url=https://codetime-api.datreks.com/badge/2?logoColor=white%26project=codetime-web%26recentMS=0%26showProject=true)
[![Netlify Status](https://api.netlify.com/api/v1/badges/73e619fa-0bb9-4a71-b0ed-ae5805281f9f/deploy-status)](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).