Skip to content

Commit

Permalink
Merge pull request #6 from BU-Spark/deploying
Browse files Browse the repository at this point in the history
Deploying
  • Loading branch information
jasonjiang9142 authored May 28, 2024
2 parents 3ad9291 + db2dafc commit 24c537a
Show file tree
Hide file tree
Showing 212 changed files with 142,996 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
To add yourself to the repository, open a Pull Request modifying `COLLABORATORS`, entering your GitHub username in a newline.

All Pull Requests must follow the Pull Request Template, with a title formatted like such `[Project Name]: <Descriptive Title>`

Status of Deployment:
[![Netlify Status](https://api.netlify.com/api/v1/badges/2475ff74-781c-4ac2-b8c6-3966fa276ea6/deploy-status)](https://app.netlify.com/sites/pitne-voter/deploys)
9 changes: 9 additions & 0 deletions client/netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[build]
command = "npm run build"
publish = ".next"

[[plugins]]
package = "@netlify/plugin-nextjs"

[functions]
directory="netlify/functions"
9 changes: 9 additions & 0 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/material": "^5.15.18",
"@netlify/plugin-nextjs": "^5.3.2",
"next": "14.2.3",
"react": "^18",
"react-dom": "^18"
Expand Down
7 changes: 7 additions & 0 deletions client/src/pages/voterInfo/index.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
export default function VoterInfo() {
return (
<div>
<h1>Voter Info</h1>
</div>
)
}
15 changes: 15 additions & 0 deletions node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions node_modules/@netlify/plugin-nextjs/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

132 changes: 132 additions & 0 deletions node_modules/@netlify/plugin-nextjs/dist/build/advanced-api-routes.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 36 additions & 0 deletions node_modules/@netlify/plugin-nextjs/dist/build/cache.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 24c537a

Please sign in to comment.