Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinvanschoren committed Oct 17, 2023
1 parent e1851fd commit da99cbf
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 22 deletions.
14 changes: 1 addition & 13 deletions app/.env.example
Original file line number Diff line number Diff line change
@@ -1,14 +1,2 @@
NEXT_PUBLIC_FIREBASE_API_KEY=
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=
NEXT_PUBLIC_FIREBASE_DATABASE_URL=
NEXT_PUBLIC_FIREBASE_PROJECT_ID=
NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET=
NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID=
NEXT_PUBLIC_FIREBASE_APPID=
NEXT_PUBLIC_FIREBASE_MEASUREMENT_ID=

NEXT_PUBLIC_AUTH0_CLIENT_ID=
NEXT_PUBLIC_AUTH0_DOMAIN=

NEXT_PUBLIC_COGNITO_USER_POOL_ID=
NEXT_PUBLIC_COGNITO_CLIENT_ID=
NEXT_PUBLIC_AUTH0_DOMAIN=
4 changes: 1 addition & 3 deletions app/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

# misc
.DS_Store
.vscode

# debug
npm-debug.log*
Expand All @@ -29,9 +30,6 @@ yarn-error.log*
.env.test.local
.env.production.local

# vercel
.vercel

# package lock file
package-lock.json
yarn.lock
Expand Down
8 changes: 7 additions & 1 deletion app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next

## Getting Started

First, run the development server:
First, install the dependencies with:

```bash
npm install
```

Then, run the development server:

```bash
npm run dev
Expand Down
5 changes: 0 additions & 5 deletions app/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@ const path = require("path");

module.exports = {
transpilePackages: [
"@fullcalendar/core",
"@babel/preset-react",
"@fullcalendar/common",
"@fullcalendar/daygrid",
"@fullcalendar/interaction",
"@fullcalendar/react",
"@mui/system",
"@mui/material",
"@mui/icons-material",
Expand Down

0 comments on commit da99cbf

Please sign in to comment.