- Clone the repository:
- Navigate to the project directory:
- Install dependencies:
yarn install- Start the development server:
yarn run dev- Open your browser and visit:
http://localhost:3000
- Build the application:
yarn run build- The production-ready files will be in the
builddirectory.
- Linting:
yarn run lint