Skip to content

Commit

Permalink
Merge pull request #2 from acaptutorials/dev
Browse files Browse the repository at this point in the history
v1.0.0
  • Loading branch information
acaptutorials authored May 19, 2023
2 parents fa11c40 + ee7e52e commit 5443d59
Show file tree
Hide file tree
Showing 55 changed files with 927 additions and 1,371 deletions.
64 changes: 0 additions & 64 deletions .github/workflows/deploy-dev.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
push:
branches-ignore:
- master
- dev

jobs:
lint-client:
Expand Down
23 changes: 7 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## climate-profile-full
## assets-cms

Dynaimc widgets/apps for external website embedding on Google Sites.
Dynamic widgets/apps for external website embedding on Google Sites.<br>
This project will also serve as a Content Management System (CMS) for tracking and hosting common ACAP assets.

## Requirements

Expand All @@ -15,24 +16,14 @@ Dynaimc widgets/apps for external website embedding on Google Sites.
4. firebase v9.18.0
5. firebase-admin v11.5.0

### Online Demo
### Online App

#### Production App
https://weaponsforge.github.io/climate-profile-full/

#### Development App
https://climate-profile-dev.web.app/

```
EXAMPLE USER (Development App Only)
email: [email protected]
password: useruser
```
https://acaptutorials.github.io/assets-cms/

## Installation

1. Clone this repository.<br>
`git clone https://github.com/weaponsforge/climate-profile-full.git`
`git clone https://github.com/acaptutorials/assets-cms.git`

2. Install dependencies in the **/client** and **/server** directories.<br>
```
Expand All @@ -47,5 +38,5 @@ password: useruser

2. Follow the instructions in the README files inside the **/client** and **/server** directories for more information on configuring and using the client and server apps.

@weaponsforge<br>
@acaptutorials<br>
20230326
8 changes: 4 additions & 4 deletions client/.env.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NEXT_PUBLIC_BASE_PATH=''
NEXT_PUBLIC_FIREBASE_WEB_API_KEY=AIzaSyD65tGpVAl23Iu_IfLatCO3ikoNQzR347o
NEXT_PUBLIC_FIREBASE_WEB_AUTHDOMAIN=climate-profile-app.firebaseapp.com
NEXT_PUBLIC_FIREBASE_WEB_PROJECT_ID=climate-profile-app
NEXT_PUBLIC_FIREBASE_WEB_STORAGE_BUCKET=climate-profile-app.appspot.com
NEXT_PUBLIC_FIREBASE_WEB_API_KEY=AIzaSyB3kHDai_NDlkMEk23lwjvAKuYEyu0M-6E
NEXT_PUBLIC_FIREBASE_WEB_AUTHDOMAIN=assets-cms.firebaseapp.com
NEXT_PUBLIC_FIREBASE_WEB_PROJECT_ID=assets-cms
NEXT_PUBLIC_FIREBASE_WEB_STORAGE_BUCKET=assets-cms.appspot.com
11 changes: 3 additions & 8 deletions client/.firebaserc
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
{
"projects": {
"default": "climate-profile-app"
"default": "assets-cms"
},
"targets": {
"climate-profile-app": {
"hosting": {
"dev": [
"climate-profile-dev"
]
},
"assets-cms": {
"storage": {
"dev": [
"climate-profile-app.appspot.com"
"assets-cms.appspot.com"
]
}
}
Expand Down
6 changes: 3 additions & 3 deletions client/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## climate-profile-full
## assets-cms

Testing display of all related content based on a URL query string.

Expand All @@ -15,7 +15,7 @@ Testing display of all related content based on a URL query string.
### Online Demo

#### Production App
https://weaponsforge.github.io/climate-profile-full/
https://acaptutorials.github.io/assets-cms/

#### Development App
https://climate-profile-dev.web.app/
Expand Down Expand Up @@ -69,5 +69,5 @@ password: useruser
4. Export the static website.<br>
`npm run export`

@weaponsforge<br>
@acaptutorials<br>
2022112
33 changes: 0 additions & 33 deletions client/components/countries/index.js

This file was deleted.

2 changes: 1 addition & 1 deletion client/components/login/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function LoginComponent ({ signIn, loading = false }) {
/>

<h1>
Login!
Login
</h1>

<form onSubmit={signIn}>
Expand Down
167 changes: 0 additions & 167 deletions client/components/profile-centered/index.js

This file was deleted.

Loading

0 comments on commit 5443d59

Please sign in to comment.