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

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

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
```

---

[![Hexlet Ltd. logo](https://raw.githubusercontent.com/Hexlet/assets/master/images/hexlet_logo128.png)](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/).