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

https://github.com/usernaimandrey/rails-project-lvl2

Collective blog
https://github.com/usernaimandrey/rails-project-lvl2

rails ruby ruby-on-rails

Last synced: 2 months ago
JSON representation

Collective blog

Awesome Lists containing this project

README

          

# Collective blog

### Hexlet tests and linter status
[![Build](https://github.com/usernaimandrey/rails-project-lvl2/actions/workflows/push.yml/badge.svg)](https://github.com/usernaimandrey/rails-project-lvl2/actions/workflows/push.yml)

[![Rails Style Guide](https://img.shields.io/badge/code_style-rubocop-brightgreen.svg)](https://github.com/rubocop/rubocop-rails)

[Demo on Heroku](https://shlyapnikov-blog.herokuapp.com/)

### Ruby 3.1.2

### Ruby on Rails 7

Deploy project locally:

1. clone this repository

```shell
git clone https://github.com/usernaimandrey/rails-project-lvl2.git

```

2. go to directory

```shell
cd rails-project-lvl2

```

3. install dependencies

```shell
make setup

```

4. run

```shell
make start
```

open on