Import progress from external project

#1
This commit is contained in:
Alexander Navarro 2024-09-15 17:56:51 -03:00
parent f6cab31474
commit 919afcbcfc
23 changed files with 1226 additions and 0 deletions

15
packages/core/README.md Normal file
View file

@ -0,0 +1,15 @@
# mini-strap-core
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run style.scss
```
This project was created using `bun init` in bun v1.1.27. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.