Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.17 KB

README.md

File metadata and controls

52 lines (35 loc) · 1.17 KB

Maketing ToolKit

Overview

Its a simple Ruby on Rails web application, with tailwindcss integration and provided a marketing toolkit landing page with complete responsivness.

Demo

Watch the demo video to see the project in action: Demo Video

Getting Started

Prerequisites

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)

Installation

  1. Clone the repository:

      git clone https://github.com/rahulsingh321/web-design.git
  2. Navigate into the project directory:

      cd web-design
  3. Install dependencies:

      bundle install
  4. Complie the assets using:

      rails assets:precompile
  5. Start the server:

      rails s
  6. Open your browser and go to http://localhost:3000 (or the relevant port if different).

License

This project is licensed under the MIT License - see the LICENSE file for details.