Skip to content

Commit

Permalink
Make update listing button open in same window
Browse files Browse the repository at this point in the history
  • Loading branch information
hanopcan committed Oct 20, 2023
1 parent 38bcc58 commit cdf8947
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions setup-stuff.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
cp ./.env.gitpod ./.env
mysqladmin create greencheck
python -m pipenv install --dev
python -m pipenv run python ./manage.py migrate
python -m pipenv run python ./manage.py tailwind install
python -m pipenv run python ./manage.py tailwind build
cd ./apps/theme/static_src/
npx rollup --config
cd ../../../
python -m pipenv run python ./manage.py collectstatic --no-input

0 comments on commit cdf8947

Please sign in to comment.