Here is the link to our repo: https://github.com/connorbustos/selflearn
This is the actual deployed website link: selflearn-roan.vercel.app
This is a Next.js project bootstrapped with create-next-app
.
To run the development server, follow these steps:
- Clone the repo
- cd into the folder
- npm install
- npm build
- npm run dev
Open http://localhost:3000 with your browser to see the result.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
- app/ folder contains all pages which are the folder names inside the app/
- api/ has all the api calls
- components/ includes all UI related mini components that build up the website
- hooks/ has the LLM and getAllWikis code
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.