This project is a basic calculator web application built with Vite and TypeScript.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Node.js (v18.18.0 or later)
- pnpm (v9.9.0 or later)
-
Clone the repository
git clone https://github.com/wizzardx/marshall-basic-calculator-app.git
-
Navigate to the project directory
cd marshall-basic-calculator-app
-
Install dependencies
pnpm install
To start the development server:
pnpm run dev
To build the project:
pnpm run build
To run all tests:
pnpm run check
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
There is currently a warning about TypeScript version compatibility with @typescript-eslint. For more information, see CONTRIBUTING.md.
This project is licensed under the MIT License - see the LICENSE.md file for details