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

https://github.com/fluffyspectre/tasky


https://github.com/fluffyspectre/tasky

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

Prerequisites:
- yarn or npm

Setup the server

1. Switch to the server-folder and run "npm install"
2. To start the server run "npm start"

Setup the Client

1. Switch to the client-folder and run "yarn install" ("npm install" works too btw)
2. To start the client run "yarn start" ("npm start" works too btw)