Welcome to the Code Mortals Community Website project.
- Node JS
- Angular
- Google Cloud Platform
- Checkout project
- Install dependencies
npm i - Configure Firebase Authentication using to use GitHub (follow Firebase instructions)
- Setup local configuration (see /src/environments/environment.ts for more)
Circle CI is used to deploy changes automatically on successful build and test execution.
Firestore rules can be deployed with npx firebase deploy --project codemortals-website-develop --only firestore:rules.
Note: Ensure you have logged into GCP on your local machine npx firebase login.