Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

License

NotificationsYou must be signed in to change notification settings

codebar/uncodebar-microsite

Repository files navigation

Welcome to theuncodebar-microsite repository. This microsite is dedicated to the uncodebar event.

Features

  • Built with Tailwind CSS for rapid UI development.
  • Live reloading with BrowserSync.
  • CSS watching and building with Tailwind and Nodemon.

Getting Started

  1. Clone the repository:
git clone https://github.com/your-username/uncodebar-microsite.git
  1. Navigate to the project directory:
cd uncodebar-microsite
  1. Install the dependencies: (if you don't want to use the build tool include the style.css in the doc head, and tailwind CDN link )

To include the main stylesheet in your HTML:

<linkrel="stylesheet"href="./css/style.css"><scriptsrc="https://cdn.tailwindcss.com"></script>
npm install
  1. Start the development server:
npm run start

This will start the BrowserSync server and watch for CSS changes.

Scripts

  • watch:css: Watches for changes in thecss/style.css and rebuilds the CSS using Tailwind.
  • start: Starts the BrowserSync server and watches for CSS changes.

License

This project is licensed under the MIT License.


DOCS.md

uncodebar Microsite Documentation

Project Structure

  • <city>.html: The main entry point of the application.
  • css/: Contains the main stylesheetstyle.css which is processed by Tailwind CSS.

Development

CSS Building and Watching

The project uses Tailwind CSS for styling. Any changes made tocss/style.css will be automatically processed by Tailwind and the output will be saved tocss/output.css.

To watch for CSS changes, run:

npm run watch:css

Starting the Development Server

To start the BrowserSync server and watch for CSS changes concurrently, run:

npm run start

This will serve the site on a local server and automatically reload the browser upon changes to the HTML or CSS files.

Dependencies

  • tailwindcss: A utility-first CSS framework for rapid UI development.
  • browser-sync: Keeps multiple browsers & devices in sync when building websites.
  • concurrently: Run multiple commands concurrently.
  • nodemon: Monitor for any changes in your node.js application and automatically restart the server.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors5


[8]ページ先頭

©2009-2025 Movatter.jp