Skip to content

Commit 9bdc030

Browse files
authored
Merge pull request #74 from substancelab/script-run
Add script to run the documentation site
2 parents c89bc21 + c6886b5 commit 9bdc030

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

script/run

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
set -e
2+
3+
# Make sure the YARD registry is up to date with the code
4+
bundle exec rake docs:refresh_registry
5+
6+
cd demo
7+
bundle install
8+
npm install
9+
10+
# Pick up the flowbite-components engine
11+
bundle exec rails tailwindcss:engines
12+
13+
# Launch the server and related processes
14+
bundle exec rails server

0 commit comments

Comments
 (0)