-
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.
fixed the timepicker and changed the useform to usestate
- Loading branch information
1 parent
605aaf5
commit 766256c
Showing
3 changed files
with
121 additions
and
133 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"presets": ["next/babel"], | ||
"plugins": [["styled-components", { "ssr": true }]] | ||
} |
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# 1. Duplicate this ".env.local.template" file and rename it to ".env.local" | ||
# 2. Fill in the values below | ||
|
||
# ------------ Database ------------ | ||
# URI to access our shared MongoDB (ask the EM if you don't have this) | ||
MONGODB_URI="" | ||
# The environment we're running in (development, staging, production) | ||
NODE_ENV="development" | ||
|
||
# ------------ Auth ------------ | ||
NEXTAUTH_URL= http://localhost:3000/ | ||
NEXTAUTH_SECRET = "" | ||
GOOGLE_ID="" | ||
GOOGLE_SECRET="" | ||
|
||
# ------------ Test Account ------------ | ||
TEST_EMAIL="" | ||
TEST_USER_PASSWD="" |
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