Skip to content

vtex/shoreline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

72c2070 ยท Mar 11, 2025
Jan 30, 2025
Apr 11, 2024
May 23, 2024
May 3, 2024
Feb 25, 2025
Sep 29, 2021
Mar 10, 2025
May 22, 2024
Jan 25, 2024
Aug 25, 2020
Dec 12, 2023
Jun 25, 2024
Jul 10, 2024
Oct 22, 2024
Aug 25, 2020
Aug 1, 2024
Oct 17, 2023
Mar 11, 2025
May 3, 2024
Mar 10, 2025
Oct 17, 2023
Jun 26, 2024
May 3, 2024
Jun 26, 2024
May 3, 2024

Repository files navigation

๐ŸŒŠ Shoreline

Note

Currently available for internal usage at VTEX

Shoreline is a set of tools designed specifically to enhance the experience of designing and implementing apps for the VTEX Admin. The focus is on simplifying the application design, creation, coding, visualization, and QA processes.

Install and build dependencies

pnpm i && pnpm build

Run a command

pnpm test # [*] runs all tests from all components at once
pnpm clean # [*] useful if you want to clean all packages at once - since they are linked, sometimes a rebase not followed by a fresh reinstall can cause some issues
pnpm dev:storybook # [components package] runs its storybook alongside the styles package
pnpm dev:docs # [docs package] runs the docs website

Contribute to this repo

Pull requests are welcome, please check our development guideline!