https://github.com/abeidahmed/tailcov
https://github.com/abeidahmed/tailcov
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/abeidahmed/tailcov
- Owner: abeidahmed
- License: mit
- Created: 2021-07-23T15:45:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-26T06:48:13.000Z (almost 4 years ago)
- Last Synced: 2025-01-06T07:45:17.841Z (5 months ago)
- Language: Ruby
- Size: 253 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# Tailcov
Upcoming Tailwind components built with ViewComponent for Rails.
## Development
Generate the Storybook JSON stories by running the rake task:
```sh
rake view_component_storybook:write_stories_json
```To build the newly created/updated JSON stories run:
```sh
yarn storybook:build
```After the build, run:
```sh
rails s
```Visit `localhost:3000` to see your stories.