/discord-list

A discord bots and servers list site made using Django

Primary LanguageCSS

Instruction to run the program

python3 manage.py runserver

If you're making changes to the css file or adding tailwind classes

npx tailwindcss -i ./static/styles/styles.css -o ./static/build.css --watch

Add your custom css to ./static/styles/styles.css