A website for aggregating information about all open mics and shows in Seattle in one place.
Website is live at https://seattlemusicscene.info
Check out the wiki for more information!
To format the python code, in the sms_server directory, run:
ruff check . --fix
ruff format .
To format the js code, in the sms_frontend directory, run:
npm run pretty