mini-strap/packages/website
aleidk e858cc2871
Some checks failed
Publish package / build_and_publish (push) Failing after 22s
fix: add dummy publish script for website
2024-12-30 16:07:48 -03:00
..
_scripts feat(components): add the accordion component 2024-12-26 16:44:32 -03:00
content feat(website): add accordion documentation 2024-12-30 16:01:53 -03:00
js feat(components): add offcanvas component 2024-12-27 11:31:58 -03:00
sass feat(website): add offcanvas documentation 2024-12-27 15:54:51 -03:00
templates fix(components): replace initialization of components to prevent overrides 2024-12-27 13:03:23 -03:00
.gitignore feat(website): add html components imports to build script 2024-12-24 10:50:57 -03:00
config.toml feat(website): add content structure files 2024-12-26 13:18:50 -03:00
package.json fix: add dummy publish script for website 2024-12-30 16:07:48 -03:00
README.md chore(website): migrate from docosaurus to zola SSG 2024-12-23 11:16:33 -03:00
tsconfig.json chore(website): migrate from docosaurus to zola SSG 2024-12-23 11:16:33 -03:00

website

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.1.40. Bun is a fast all-in-one JavaScript runtime.