This is the public-facing web application for Community Boating, live at https://portal.community-boating.org. This application performs the following functions:
- Membership sales
- Member services e.g. class signup
- Gift certificate sales
- Donations
- copy
ini/config.ini.template
toini/config.ini
, change defaults as needed- Default ini values should work out of the box; by default the application will connect to
api-qa.community-boating.org
as the backend
- Default ini values should work out of the box; by default the application will connect to
- Run
npm install
- Run
npm start
to run in development mode, ornpm run build
to build for production
Contributions are always welcome. Please follow the guidelines at CONTRIBUTING.md