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: Next.js frontend #119

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

feat: Next.js frontend #119

wants to merge 4 commits into from

Conversation

error9098x
Copy link
Collaborator

  • NextJS version of ORAssistant
  • Uses apiproxy.py to communicate with backend
  • Gemini_api_key needed for run suggested questions feature
  • Added setup guide

error9098x and others added 2 commits January 14, 2025 02:40
Signed-off-by: Aviral Kaintura <[email protected]>
@luarss
Copy link
Collaborator

luarss commented Jan 16, 2025

@error9098x Could you also please set up a javascript linter for this codebase? Thanks.

@error9098x
Copy link
Collaborator Author

@error9098x Could you also please set up a javascript linter for this codebase? Thanks.

Sure, I will work on it

@luarss
Copy link
Collaborator

luarss commented Feb 4, 2025

@error9098x Hi Avi, ETA on this PR? We need this to deploy OR Assistant to an actual web domain.

@error9098x
Copy link
Collaborator Author

Hi, Jack, would this weekend be okay for the PR ? > @error9098x Hi Avi, ETA on this PR? We need this to deploy OR Assistant to an actual web domain.

@luarss
Copy link
Collaborator

luarss commented Feb 4, 2025

Sure, thanks!

Signed-off-by: Aviral Kaintura <[email protected]>
@error9098x
Copy link
Collaborator Author

Hi, @luarss I have added the lint + formatter
yarn lint
yarn format

@luarss
Copy link
Collaborator

luarss commented Feb 16, 2025

Hi @error9098x, am facing this error when i do yarn dev, any ideas?

⨯ ./app/globals.css.webpack[javascript/auto]!=!./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./app/globals.css
Error: It looks like you're trying to use tailwindcss directly as a PostCSS plugin. The PostCSS plugin has moved to a separate package, so to continue using Tailwind CSS with PostCSS you'll need to install @tailwindcss/postcss and update your PostCSS configuration.
Import trace for requested module:
./app/globals.css.webpack[javascript/auto]!=!./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./app/globals.css
./app/globals.css
GET / 500 in 12642ms

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants