MoonLGH / Tcukawi-docs

A ready to use docs (actually for MoonLGH/Tcukawi-API but can be use for other)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TemplateTailwind

TemplateTailwind is a starter template for creating responsive and mobile-first web pages using Tailwind CSS, a utility-first CSS framework, and Parcel, a zero-configuration web application bundler.

Features

  • Uses Tailwind CSS for styling
  • Includes DaisyUI, a lightweight and elegant UI component library for Tailwind CSS
  • Includes Flowbite, a responsive HTML and CSS UI kit
  • Uses Parcel for building and bundling the web application
  • Includes Autoprefixer and PostCSS for vendor prefixing and optimizing the CSS
  • Includes PurgeCSS for removing unused CSS styles in production builds

Getting started

To get started with TemplateTailwind, follow these steps:

  1. Clone the repository:
git clone https://github.com/MoonLGH/templatetailwind.git
  1. Navigate to the project directory:
cd templatetailwind
  1. Install the dependencies:
npm install
  1. Start the development server:
npm run dev

This will start the development server and open the project in your default browser at http://localhost:1234/. 5. Start editing the source files in the src/ directory. Changes will be automatically reloaded in the browser.

Building for production

To build the project for production, run the following command:

npm run build

This will create a production-ready build of the project in the dist/ directory.

By default, the built files will have relative URLs, which means that they should be served from the root directory of your web server. If you want to change this, you can use the buildNotRoot script:

npm run buildNotRoot

This will build the project with a custom public URL of templateTailwind, which means that the built files should be served from the templateTailwind/ directory on your web server.

License

This project is licensed under the terms of the MIT license. See the LICENSE file for more information.

About

A ready to use docs (actually for MoonLGH/Tcukawi-API but can be use for other)


Languages

Language:JavaScript 56.0%Language:HTML 36.6%Language:CSS 7.4%