This is the repository for the TutorCruncher AI website, built using Next.js.
To get started with the project, clone the repository and install the dependencies:
git clone https://github.com/your-username/website-new.git
cd website-new
npm installRun the development server:
npm run dev
Open http://localhost:8000 in your browser to see the application.
The following scripts are available in the package.json:
npm run dev:Start the development server.npm run build:Build the application for production.npm run start:Start the production server.npm run format:Run Prettier to format code.npm run lint:Run ESLint to check for code quality issues.
The project uses a .env file to manage environment variables. Ensure you have the variables configured from the .env.sample file.