-
Clone the repository:
git clone https://github.com/your-username/todo-machine.git
-
Navigate to the project directory:
cd todo-machine -
Install the dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and navigate to
http://localhost:3000to see the application in action.
npm run dev: Starts the development server.npm run build: Builds the project for production.npm run preview: Previews the production build locally.npm run lint: Runs ESLint to check for code issues.
Contributions are welcome! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Commit your changes.
- Push the branch to your fork.
- Create a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.