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

https://github.com/mblode/workout


https://github.com/mblode/workout

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Workout App

## Back-end Install

```bash
> cd server
> make
```

## Front-end Install

```bash
> cd client
> npm install
> npm run start
> npm run build
```