Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/extend supported datasets #1855

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,15 @@ yarn dev:ssl # If you are working with the login process
> the app after login. You can either remove the trailing s in the URL after the
> redirection, or use the `yarn dev:ssl` command to use HTTPs for the
> development server. Also, make sure to set the `NEXTAUTH_URL` environment
> variable to `https://localhost:3000` in your `.env.local` file.
> variable to `https://localhost:3000` in your `.env.local` file

> Authentication Requirements Checklist
>
> - Create .env.loval file
> - NEXTAUTH_URL=https://localhost:3000
> - NEXTAUTH_SECRET=Some Secret
> - Don't forget to import all ADFS\_ from
> `https://vercel.com/ixt/visualization-tool/settings/environment-variables`
noahonyejese marked this conversation as resolved.
Show resolved Hide resolved

> 👉 In [Visual Studio Code](https://code.visualstudio.com/), you also can run
> the **default build task** (CMD-SHIFT-B) to start the dev server, database
Expand Down
Loading