A collection of tools and assets to be used across Spectre repositories
This repo contains the following tools:
- Resizer
A responsive layout tool to test apps across major breakpoints - Samples
A collection of HTML fragments to be used across docs and other tools
More tools / workspaces may be added in the future.
This package is set up as a mono repo.
You can use Spaceman to manage the workspaces:
spacemanYou can run the workspace main scripts with:
# build and serve the resizer
npm run resizer
# run the samples code
npm run samples