We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 676f6ee commit ad90051Copy full SHA for ad90051
README.md
@@ -35,7 +35,7 @@ It’s incredibly easy to get started with this framework. Simply run the follow
35
```bash
36
curl -Ssf stacksjs.org/install | sh # wip
37
38
-# alternatively, if Bun >= v1.1.9 is installed already,
+# alternatively, if Bun >= v1.1.19 is installed already,
39
# you may also get started via:
40
bunx stacks new my-project
41
```
bun.lockb
4.98 KB
resources/assets/README.md
@@ -6,6 +6,7 @@ This is where you store your project's assets.
6
- `audio/` - Audio files
7
- `video/` - Video files
8
- `styles/` - CSS files
9
+- `fonts/` - Fonts
10
11
> **Note**
12
> If your project does not require any assets, you can remove this folder.
0 commit comments