@abstractball/journey-ui

A mobile first UI Kit for React and Next.js using Tailwind CSS. # Starting Docs This will launch a autodoc server. Autodoc supports hot reloading of the documentation of your project. ``` npm install -g @abstractball/autodoc autodoc start --port=3005 ```

Usage no npm install needed!

<script type="module">
  import abstractballJourneyUi from 'https://cdn.skypack.dev/@abstractball/journey-ui';
</script>

README

Journey UI

A mobile first UI Kit for React and Next.js using Tailwind CSS.

Starting Docs

This will launch a autodoc server. Autodoc supports hot reloading of the documentation of your project.

npm install -g @abstractball/autodoc
autodoc start --port=3005

Hot reloading development

This will create file listeners using gulp, compile the source and automatically copy over the compiled code to your project locally.

  1. Copy over the ".env.example" file from the project root into a ".env" file and then change the LOCAL_DEV_FOLDER_PATH variable to the path of a local project of yours which already has journey-ui installed.
  2. Run "yarn watch"

Make sure your LOCAL_DEV_FOLDER_PATH project already has journey-ui installed.