Skip to content

Commit

Permalink
Fixed README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yatish27 committed May 14, 2024
1 parent 1d381a7 commit dbd4035
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@

## 🌟 Features

- Ruby (3.3.1) and Rails (7.1)
- [PostgresSQL 16.3](https://www.postgresql.org)
- [Tailwind CSS](https://tailwindcss.com)
- Uses [Vite Ruby](https://vite-ruby.netlify.app) for asset management. It is based on [Vite.js](https://vitejs.dev). It replaces webpacker, jsbundling-rails, cssbundling-rails, importmaps and sprockets.
- Uses [Bun](https://bun.sh) for npm package manager. No need to install node and yarn.
- Uses [Phlex](https://www.phlex.fun) for component-based views. It is an alternative to [ViewComponent](https://viewcomponent.org).
- Uses Rails' default testing library, minitest along with [Factorybot](https://github.com/thoughtbot/factory_bot)
- Auto-formats Ruby code with [rubocop](https://rubocop.org).
- Auto-formats JavaScript and CSS code with [prettier](https://prettier.io).
- Uses Github Actions for conntinuous integration and deployment.
- Supports deployment at [Heroku](https://www.heroku.com/platform) and [Render](https://render.com)
- 🔻 [Ruby (3.3.1) and Rails (7.1)](https://rubyonrails.org)
- 🐘 [PostgresSQL 16.3](https://www.postgresql.org)
- 💨 [Tailwind CSS](https://tailwindcss.com)
- 🛠 Uses [Vite Ruby](https://vite-ruby.netlify.app) for asset management. It is based on [Vite.js](https://vitejs.dev). It replaces webpacker, jsbundling-rails, cssbundling-rails, importmaps and sprockets.
- 🍞 Uses [Bun](https://bun.sh) for npm package manager. No need to install node and yarn.
- 🖼 Uses [Phlex](https://www.phlex.fun) for component-based views. It is an alternative to [ViewComponent](https://viewcomponent.org).
- 🔍 Uses Rails' default testing library, minitest along with [Factorybot](https://github.com/thoughtbot/factory_bot)
- 📏 Auto-formats Ruby code with [rubocop](https://rubocop.org).
- Auto-formats JavaScript and CSS code with [prettier](https://prettier.io).
- 🚀 Uses Github Actions for continuous integration and deployment.
- 🌐 Supports deployment at [Heroku](https://www.heroku.com/platform) and [Render](https://render.com)


## Usage
Expand Down

0 comments on commit dbd4035

Please sign in to comment.