Skip to content

Commit

Permalink
Merge branch 'main' of github.com:arctic-hen7/perseus
Browse files Browse the repository at this point in the history
  • Loading branch information
arctic-hen7 committed Oct 8, 2021
2 parents 1cb9ec6 + a97c325 commit a743cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bonnie.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ setup.cmd = [
"mkdir -p examples/basic/.perseus/dist/exported",
"bonnie copy-subcrates",
"cargo build",
"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.\""
"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.\""
]
setup.desc = "sets everything up for local development"

Expand Down

0 comments on commit a743cbe

Please sign in to comment.