Skip to content

Commit a97c325

Browse files
authored
docs(website): 📝 mention browser-sync as dependency for working with website (#55)
1 parent 5776365 commit a97c325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎bonnie.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ setup.cmd = [
99
"mkdir -p examples/basic/.perseus/dist/exported",
1010
"bonnie copy-subcrates",
1111
"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.\""
1313
]
1414
setup.desc = "sets everything up for local development"
1515

0 commit comments

Comments
 (0)