Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tddbin/katas
Service providing katas that can be loaded into tddbin.com, most used by
https://github.com/tddbin/katas
Last synced: 3 months ago
JSON representation
Service providing katas that can be loaded into tddbin.com, most used by
- Host: GitHub
- URL: https://github.com/tddbin/katas
- Owner: tddbin
- License: mit
- Created: 2015-03-02T21:18:25.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-03-28T15:11:58.000Z (11 months ago)
- Last Synced: 2024-04-15T15:19:27.012Z (10 months ago)
- Language: JavaScript
- Homepage: https://jskatas.org
- Size: 1.77 MB
- Stars: 130
- Watchers: 7
- Forks: 61
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-repos - tddbin/katas - Service providing katas that can be loaded into tddbin.com, most used by (JavaScript)
README
# katas-service
Service providing katas that can be loaded into tddbin.com.## Develop using Docker
Since it is not common anymore to install any tool like node or alike globally,
docker is being used here.To develop with nodejs use the following:
- `./run.sh npm install` to install all npm packages, to be able to run the app
- `./run.sh npm test`
- `./run.sh npm run build` generates all files into the `./dist` directory
- `./run.sh /bin/bash` runs the container and beams you on the shell of this container, where you can work
like all would be installed, e.g. `npm i` etc. no `./run.sh` prefixing needed.