Skip to content

Commit

Permalink
Merge pull request #46 from brown-ccv/build-update
Browse files Browse the repository at this point in the history
build: update
  • Loading branch information
eldu authored Jul 11, 2024
2 parents fb27288 + 206167e commit d4a672c
Show file tree
Hide file tree
Showing 80 changed files with 19,381 additions and 52,598 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Reconfigure git to use HTTP authentication
run: >
git config --global url."https://github.com/".insteadOf
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Reconfigure git to use HTTP authentication
run: >
git config --global url."https://github.com/".insteadOf
Expand Down
11 changes: 10 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,20 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*

keycloak.json
serviceAccount.json

# checkpoints
.ipynb_checkpoints

#kubernetes
*.key
*.cer

# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*

keycloak.json
firebase.json

# checkpoints
.ipynb_checkpoints
10 changes: 10 additions & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
const brownPrettierConfig = require('@brown-ccv/prettier-config');

/** @type {import("prettier").Config} */
module.exports = {
// Base config
...brownPrettierConfig,
// Custom settings
singleQuote: false,
jsxSingleQuote: false,
};
1 change: 0 additions & 1 deletion .prettierrc.json

This file was deleted.

1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodejs 20.11.0
13 changes: 0 additions & 13 deletions Project.toml

This file was deleted.

9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# ccvpubs-frontend
The frontend for the CCV Publications WebApp (https://publications.ccv.brown.edu). Deployed automatically using firebase and github actions.

The frontend for the CCV Publications WebApp (https://publications.ccv.brown.edu). Deployed automatically using firebase and github actions.

**NOTE:** Preview deployments will not work for the authenticated part of the app (adding publications) due to the dynamism of the redirect URL.

## Installation

* git clone this repository
* cd ccvpubs-frontend
* npm install
- git clone this repository
- cd ccvpubs-frontend
- npm install

## Available Scripts

Expand Down
Loading

0 comments on commit d4a672c

Please sign in to comment.