https://github.com/guyisra/leket2
Leket App 2
https://github.com/guyisra/leket2
Last synced: over 1 year ago
JSON representation
Leket App 2
- Host: GitHub
- URL: https://github.com/guyisra/leket2
- Owner: guyisra
- Created: 2017-03-14T13:58:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-03T09:55:34.000Z (over 8 years ago)
- Last Synced: 2025-01-11T02:24:20.797Z (over 1 year ago)
- Language: JavaScript
- Size: 735 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`.