Yes, another one....
To allow easy route setting and viewing in bouldering halls.
watch this space
- add config.js file
export default { API_KEY, AUTH_DOMAIN, DATABASE_URL, PROJECT_ID, STORAGE_BUCKET, MESSAGING_SENDER_ID, BE_URL: 'https://********.ngrok.io/graphql' };
firebase project API_KEY AUTH_DOMAIN DATABASE_URL PROJECT_ID STORAGE_BUCKET MESSAGING_SENDER_ID
Contributions welcome!
Branches
- new feature branches start with feature/
- hotfix branches start with hotfix/
- refactoring branches start with refactor/
- test branches start with test/
- just styling branches start with style/
- documentation starts with docs/
Commits Follow the 'type (scope) : subject' methodology... examples
- feat(homepage): Added Title
- fix(loginpage): Found bug with form
etc... following branches, though less strict.