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 8b5249a commit 1d381a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
- 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. It replaces webpacker, jsbundling-rails, cssbundling-rails, importmaps and sprockets.
- 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)
Expand All @@ -30,7 +30,7 @@
- PostgreSQL 16.3
- Bun

Refer
Refer [installing prerequisites](./docs/installing_prerequisites.md) to install these dependencies

### Building a new application

Expand Down

0 comments on commit 1d381a7

Please sign in to comment.