forked from weaponsforge/gsites-components
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from acaptutorials/dev
v1.0.0
- Loading branch information
Showing
55 changed files
with
927 additions
and
1,371 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,6 @@ on: | |
push: | ||
branches-ignore: | ||
- master | ||
- dev | ||
|
||
jobs: | ||
lint-client: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
@@ -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> | ||
``` | ||
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.