1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-01-28 18:09:49 +00:00
bramw_baserow/web-frontend
2025-01-28 15:21:22 +04:00
..
.storybook Storybook 2023-11-10 13:20:57 +00:00
config Introduce dashboard application type 2024-10-07 07:06:57 +00:00
docker Prepare for 1.30.1 2024-12-20 10:26:36 +00:00
locales Resolve "Filter support for lookups of date fields" 2025-01-23 17:15:06 +00:00
modules Lint fix frontend 2025-01-28 15:21:22 +04:00
stories Redesigned auth views 2024-11-21 05:52:21 +00:00
test Resolve "Filter support for lookups of date fields" 2025-01-23 17:15:06 +00:00
.eslintignore
.eslintrc.js
.prettierignore
.prettierrc
.stylelintignore
.stylelintrc.js Revert to :not simple notation 2024-05-01 09:50:08 +00:00
.yarnrc
babel.config.js
coverage.config.js
Dockerfile Remove vim and nano from deps 2024-06-11 11:58:57 +02:00
intellij-idea.webpack.config.js
jest.config.js Fix SASS import for colors.js module 2024-05-21 08:05:57 +00:00
jest.setup.js
jsconfig.json
Makefile makefile run-dev targets 2024-11-15 13:53:00 +00:00
nuxt.config.js
package.json Prepare for 1.30.1 2024-12-20 10:26:36 +00:00
README.md Storybook 2023-11-10 13:20:57 +00:00
yarn.lock Upgrade axios version 2024-09-04 17:05:06 +05:00

Storybook image

Storybook is a tool that lets you browse and play with all the baserow reusable UI components.

Start storybook

Run the following command in the web-frontend container yarn run storybook

Storybook is available at http://localhost:6006