Landing screenshot

Landing

Author Avatar Theme by Xwingai
Updated: 28 Mar 2024
16 Stars

Landing page for XWingAI

Categories

Overview

The X-Wing AI landing page is a single page built with the tailwindcss framework. It serves as the landing page for an iOS app called X-Wing AI. The page is hosted at https://xwing.app and requires a CSS processor such as postcss-cli for generating utility classes. The project is a fork of tailwindtoolbox’s Landing Page template and is released under the MIT license.

Features

  • Single page design
  • Utilizes the tailwindcss framework
  • Responsive layout
  • Simple and minimalist design

Installation

To install the X-Wing AI landing page, follow these steps:

  1. Install yarn by running the command yarn install.
  2. Run yarn run watch to start watching for changes in the source files.
  3. Open dist/index.html in your browser to view the landing page.
  4. Make changes to src/index.html and css/base.css, which will be automatically watched and processed.
  5. For production, run yarn run build to process, purge, and minimize the CSS.
  6. Copy the contents of the dist/ folder to your desired deployment location.

Summary

The X-Wing AI landing page is a simple and minimalist single page design built with the tailwindcss framework. It requires a CSS processor like postcss-cli for generating utility classes. The installation process involves installing yarn, running the appropriate commands, and making changes to the source files. Overall, it provides a clean and responsive landing page for the X-Wing AI app.