The Real TOEFL Test Simulation
- Package Manager: Yarn
- Backend Framework: NextJS
- Linting: ESLint + Prettier
- Environment Variables: Define environment variables in a
.env
file. - Available Commands:
yarn dev
: Run in development mode. Restarts the app on changes.yarn build
: Build the app for production.yarn start
: Run the app without automatic restarts.yarn format
: Format code using Prettier.yarn lint:fix
: Fix code formatting issues using ESLint.