Its a simple Ruby on Rails web application, with tailwindcss integration and provided a marketing toolkit landing page with complete responsivness.
Watch the demo video to see the project in action: Demo Video
List the tools and technologies needed to run the project. For example:
- Node.js (v18 or higher)
- Ruby (v3.0 or higher)
- PostgreSQL (v12 or higher)
-
Clone the repository:
git clone https://github.com/rahulsingh321/web-design.git
-
Navigate into the project directory:
cd web-design
-
Install dependencies:
bundle install
-
Complie the assets using:
rails assets:precompile
-
Start the server:
rails s
-
Open your browser and go to
http://localhost:3000
(or the relevant port if different).
This project is licensed under the MIT License - see the LICENSE file for details.