:hourglass_flowing_sand: Under development
Getting started -
git clone [email protected]:farhanmasud/wagtail-tailwind-starter.git your-project-name
find . -type f -iname "*.sh" -exec chmod +x {} \;
bash update-git-remote.sh
script to remove existing git remote link (of this repo) and update with your on git repo link. Copy your remote URL from GitHub and run the bash script, it'll propmt to enter the new link, paste and hit Enter.bash setup-db.sh
bash setup-venv-pip-tools.sh
source venv/bin/activate
python manage.py tailwind install
python manage.py migrate
python manage.py collectstatic --no-input