/hub

UPAI's membership and payment management portal

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

hub

CI Tests

This is UPAI's membership and payment management portal

The site is built using Django, Django Ninja and SolidJS. The code is licensed under the GNU AGPL v3.0 License.

You can report issues on GitHub, Zulip or WhatsApp.

Development

To run the webserver, run the Django local server:

python manage.py runserver

The frontend is built using SolidJS. To run the development server with hot-reloading, run the webpack dev server:

yarn run dev

Go to http://localhost:8000 to start development. The Django server sets the CSRF token cookie, and then redirects to the Webpack dev server for a better developer experience (Hot module reloading) while working on the frontend.