Skip to content

vellankis-space/glide-automate-leap

Repository files navigation

Glide Automate Leap

This is a web application built with React, Vite, and TypeScript. It uses shadcn-ui for components and tailwindcss for styling.

Live Demo

https://lovable.dev/projects/d95ccfe6-1df9-4e5e-96fe-e2c877672453

Features

  • Modern Tech Stack: Built with Vite, React, and TypeScript for a fast and efficient development experience.
  • Component-Based Architecture: Utilizes shadcn-ui for a set of reusable and accessible components.
  • Responsive Design: Styled with tailwindcss for a mobile-first and responsive layout.
  • Routing: Uses react-router-dom for client-side routing.
  • Animations: Incorporates framer-motion for smooth and engaging animations.

Getting Started

To get a local copy up and running, follow these simple steps.

Prerequisites

  • Node.js (v18.x or later)
  • npm

Installation

  1. Clone the repo
    git clone https://github.com/your_username/glide-automate-leap.git
  2. Install NPM packages
    npm install
  3. Start the development server
    npm run dev

Available Scripts

In the project directory, you can run:

  • npm run dev: Runs the app in the development mode.
  • npm run build: Builds the app for production to the dist folder.
  • npm run lint: Lints the codebase for potential errors.
  • npm run preview: Serves the production build locally for preview.
  • npm run type-check: Checks the TypeScript code for type errors.

Folder Structure

/
├── public/
├── src/
│   ├── components/
│   │   ├── home/
│   │   ├── shared/
│   │   └── ui/
│   ├── hooks/
│   ├── lib/
│   └── pages/
├── .gitignore
├── index.html
├── package.json
├── README.md
└── vite.config.ts

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".

Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages