mini-strap/packages/website
2024-12-27 11:31:58 -03:00
..
_scripts feat(components): add the accordion component 2024-12-26 16:44:32 -03:00
content feat(components): add the accordion component 2024-12-26 16:44:32 -03:00
js feat(components): add offcanvas component 2024-12-27 11:31:58 -03:00
sass feat(components): add offcanvas component 2024-12-27 11:31:58 -03:00
templates feat(components): add offcanvas component 2024-12-27 11:31:58 -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 feat(website): add content structure files 2024-12-26 13:18:50 -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.