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

https://github.com/newsoftwareculture/telegraf-web-app


https://github.com/newsoftwareculture/telegraf-web-app

Last synced: 30 days ago
JSON representation

Awesome Lists containing this project

README

          

# Task tracker

### Install
```bash
npm install
```

## Development

### Start client
```bash
npm run dev:client
```

### Start server
```bash
npm run dev:server
```

## Production

### Start client
```bash
npm run start:client
```

### Start server
```bash
npm run start:server
```

## Release

### Release to Github

```bash
npm run release
```