Go to file
songtianlun 9ce9feafb7 feat: update layouts and styles
- Update the footer layout to include copyright information and navigation links
- Improve the header layout with a responsive theme switcher
- Configure Tailwind CSS to use light and dark themes

This change enhances the project's user interface and user experience by providing a more visually appealing and responsive design. It includes updates to the footer and header layouts, making it easier for users to navigate the site. Additionally, it configures Tailwind CSS to use light and dark themes, allowing users to customize their experience to suit their preferences.
2025-01-16 21:02:13 +08:00
.github init sample-app 2024-12-29 17:12:54 +08:00
.kamal init sample-app 2024-12-29 17:12:54 +08:00
app feat: update layouts and styles 2025-01-16 21:02:13 +08:00
bin feat: add tailwindcss integration and demo page 2025-01-16 18:17:08 +08:00
config feat: update layouts and styles 2025-01-16 21:02:13 +08:00
db feat: add password reset functionality 2025-01-07 18:09:44 +08:00
lib/tasks init sample-app 2024-12-29 17:12:54 +08:00
log init sample-app 2024-12-29 17:12:54 +08:00
public init sample-app 2024-12-29 17:12:54 +08:00
script init sample-app 2024-12-29 17:12:54 +08:00
storage init sample-app 2024-12-29 17:12:54 +08:00
test chore: update production mailer configuration 2025-01-08 13:27:28 +08:00
tmp init sample-app 2024-12-29 17:12:54 +08:00
vendor init sample-app 2024-12-29 17:12:54 +08:00
.dockerignore init sample-app 2024-12-29 17:12:54 +08:00
.gitattributes init sample-app 2024-12-29 17:12:54 +08:00
.gitignore chore: remove IDE configuration files 2025-01-04 09:46:50 +08:00
.rubocop.yml init sample-app 2024-12-29 17:12:54 +08:00
.ruby-version add website struct 2024-12-30 13:23:22 +08:00
config.ru init sample-app 2024-12-29 17:12:54 +08:00
Dockerfile feat: add nvm and yarn installation to Dockerfile 2025-01-07 15:32:41 +08:00
Gemfile feat: add tailwindcss integration and demo page 2025-01-16 18:17:08 +08:00
Gemfile.lock feat: add tailwindcss integration and demo page 2025-01-16 18:17:08 +08:00
Guardfile style: standardize quotation marks and spacing 2025-01-04 10:21:22 +08:00
package-lock.json feat: add tailwindcss integration and demo page 2025-01-16 18:17:08 +08:00
package.json feat: update header layout and add daisyUI 2025-01-16 21:02:06 +08:00
Procfile.dev feat: add tailwindcss integration and demo page 2025-01-16 18:17:08 +08:00
Rakefile init sample-app 2024-12-29 17:12:54 +08:00
README.md init sample-app 2024-12-29 17:12:54 +08:00
yarn.lock feat: update header layout and add daisyUI 2025-01-16 21:02:06 +08:00

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...