https://github.com/kool-dev/ci
Continuous Integration helpers website and repository.
https://github.com/kool-dev/ci
gitlab-ci hacktoberfest kool laravel laravel-framework laravel-gitlab-ci
Last synced: 7 months ago
JSON representation
Continuous Integration helpers website and repository.
- Host: GitHub
- URL: https://github.com/kool-dev/ci
- Owner: kool-dev
- Created: 2020-09-28T17:59:18.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-19T15:49:57.000Z (over 4 years ago)
- Last Synced: 2025-03-24T05:43:44.427Z (8 months ago)
- Topics: gitlab-ci, hacktoberfest, kool, laravel, laravel-framework, laravel-gitlab-ci
- Language: JavaScript
- Homepage: https://ci.kool.dev/
- Size: 53.7 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Kool.dev CI helpers
Check out [ci.kool.dev](https://ci.kool.dev).
This repository contains examples and resources for running helpful and common CI/CD routines on the most popular CI platforms.
### Local development
#### Requirements
> For local development, the simplest way is use [kool](https://github.com/kool-dev/kool) to power Docker and Docker Compose.
To spin up this project on your local machine, just run:
```
kool start
```
And that's it!