Skip to content

connorbustos/selflearn

Repository files navigation

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.

Getting Started

To run the development server, follow these steps:

  1. Clone the repo
  2. cd into the folder
  3. npm install
  4. npm build
  5. 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.

Code Structure

  • 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

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

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.