Before you begin, ensure you have met the following requirements:
- Node.js installed (version 12.x or higher)
- A package manager like npm or yarn
To install F-tester, follow these steps:
npm install
To run the application in development mode, use the following command:
npm run dev
This command will start a local development server. Access the application at http://localhost:3000 or another specified URL shown in the terminal output.
To build the application for production, run:
npm run build
This compiles all assets and outputs them to the dist/ directory, optimized for best performance.