You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bonnie.toml
+1-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ setup.cmd = [
9
9
"mkdir -p examples/basic/.perseus/dist/exported",
10
10
"bonnie copy-subcrates",
11
11
"cargo build",
12
-
"echo \"\n\nThe Perseus repository is ready for local development! Type 'bonnie help' to see the available commands you can run here. Also, please ensure that you have 'npx' available and that you've installed 'tailwindcss' ('npm i -g tailwindcss') if you'll be working with the website.\""
12
+
"echo \"\n\nThe Perseus repository is ready for local development! Type 'bonnie help' to see the available commands you can run here. Also, please ensure that you have 'npx' available and that you've installed 'tailwindcss' and 'browser-sync' ('npm i -g tailwindcss browser-sync') if you'll be working with the website.\""
13
13
]
14
14
setup.desc = "sets everything up for local development"
0 commit comments