Landing page for XWingAI
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.
To install the X-Wing AI landing page, follow these steps:
yarn install.yarn run watch to start watching for changes in the source files.dist/index.html in your browser to view the landing page.src/index.html and css/base.css, which will be automatically watched and processed.yarn run build to process, purge, and minimize the CSS.dist/ folder to your desired deployment location.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.