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

https://github.com/guyisra/leket2

Leket App 2
https://github.com/guyisra/leket2

Last synced: over 1 year ago
JSON representation

Leket App 2

Awesome Lists containing this project

README

          

# leket2
Leket App 2

# Setting up a development environment

The development environment can be configured using Docker. To drop into a shell with all the environment already set, just do:

```sh
# make dev-shell
```

You can then do `yarn start`, `yarn test` etc.

To cleanup the Docker container, do `make clean`.