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
- Host: GitHub
- URL: https://github.com/usernaimandrey/rails-project-lvl2
- Owner: usernaimandrey
- Created: 2022-07-22T20:04:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-31T20:01:05.000Z (over 2 years ago)
- Last Synced: 2025-04-07T06:44:26.739Z (about 1 year ago)
- Topics: rails, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 2.45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Collective blog
### Hexlet tests and linter status
[](https://github.com/usernaimandrey/rails-project-lvl2/actions/workflows/push.yml)
[](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