Skip to content

Commit

Permalink
Touching file. (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmbeddedDevops1 authored Jul 25, 2024
1 parent 0a5864c commit 6efac97
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions templated_tests/typescript_calculator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
This project is a simple calculator implemented using TypeScript, HTML, SCSS, and Docker. The calculator supports basic arithmetic operations and is designed to run in a web browser.

## Project Structure

| File | Description |
|-------------------------------|-------------------------------------------------------------------------------------------|
| **tsconfig.json** | TypeScript configuration file specifying compiler options and compatibility settings. |
Expand All @@ -15,14 +14,11 @@ This project is a simple calculator implemented using TypeScript, HTML, SCSS, an
| **tests/Calculator.test.ts** | Mocha/Chai test suite for the `Calculator` class, ensuring correct functionality. |

## Prerequisites

- [Docker](https://www.docker.com/) installed on your system.
- [Node.js](https://nodejs.org/) and npm installed if you want to run the project locally without Docker.

## Running the Project

### Using Docker

1. **Build the Docker image**:
```sh
docker build -t ts-calculator .
Expand All @@ -37,7 +33,6 @@ This project is a simple calculator implemented using TypeScript, HTML, SCSS, an
Open your web browser and go to `http://localhost:3000` to see the calculator in action.

### Running Locally

1. **Install dependencies**:
```sh
npm install
Expand All @@ -57,7 +52,6 @@ This project is a simple calculator implemented using TypeScript, HTML, SCSS, an
Open your web browser and go to `http://localhost:3000` to see the calculator in action.

## Testing

The project includes unit tests for the `Calculator` class using Mocha and Chai. To run the tests:

1. **Install dependencies**:
Expand Down

0 comments on commit 6efac97

Please sign in to comment.