Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).