There are a couple of ways you can setup Strawberry
Index
The quickest way to get started is to run this command:
curl -so- https://raw.githubusercontent.com/18alantom/strawberry/main/setup.sh | bash
This will run a tiny bash script that sets up a simple starter page using Strawberry.
If you want to add the functionality of Strawberry to an existing html
document. You do two things:
Add a link to Strawberry to you html's head
tag:
<script src="https://unpkg.com/[email protected]/dist/sb.min.js"></script>
Or you can download this file and add a script:src
that links to the copy.