This is the repository for the TutorCruncher website, built using Next.js and integrated with Prismic for content management.
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 install
Run 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 slicemachine:
Start the prismic development servernpm 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.