Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 576 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 576 Bytes

🖊️ TOEFL Pal (Frontend)

The Real TOEFL Test Simulation

Tech Stack

  • Package Manager: Yarn
  • Backend Framework: NextJS
  • Linting: ESLint + Prettier

Development

  • 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.