A brief description my project.
- Ruby 3.2.2
- Rails 7.0.6
- PostgreSQL
- TailwindCSS
- Stimulus.js
- Ruby 3.2.2
- Rails 7.0.6
- PostgreSQL
- Node.js & Yarn
-
Clone the repository
git clone https://github.com/yourusername/yourrepository.git
-
Install dependencies
bundle install
-
Setup database
rails db:create rails db:migrate
-
Compile assets
rails assets:precompile
-
Start the development server
bin/dev