https://github.com/hexlet-components/hexlet-ci-app
Repository for self study of GitHub Actions / Сontinuous Integration course
https://github.com/hexlet-components/hexlet-ci-app
Last synced: 5 months ago
JSON representation
Repository for self study of GitHub Actions / Сontinuous Integration course
- Host: GitHub
- URL: https://github.com/hexlet-components/hexlet-ci-app
- Owner: hexlet-components
- Created: 2021-12-23T09:08:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-11T09:11:22.000Z (over 1 year ago)
- Last Synced: 2024-12-11T10:22:23.261Z (over 1 year ago)
- Language: JavaScript
- Size: 711 KB
- Stars: 0
- Watchers: 6
- Forks: 817
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example app for CI Hexlet course
Starting boilerplate of [Strapi](https://strapi.io/) application
## System requirements
* NodeJS >= 18
* NPM >= 6.x
* Make
## Using
```sh
make setup
make start
```
## Run tests
```sh
make test
```
## Run linter
```sh
make lint
```
---
[](https://hexlet.io/?utm_source=github&utm_medium=link&utm_campaign=hexlet-ci-app)
This repository is created and maintained by the team and the community of Hexlet, an educational project. [Read more about Hexlet](https://hexlet.io/?utm_source=github&utm_medium=link&utm_campaign=hexlet-ci-app).
See most active contributors on [hexlet-friends](https://friends.hexlet.io/).