Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tangeyo authored Aug 12, 2024
1 parent bf50a21 commit d71c2da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Installation

This project contains scripts for managing the frontend and server components of the SyntaxSorcerer application. The scripts cover:
This project contains scripts for managing the frontend and server components. The scripts cover:

1. Installing NPM dependencies.
2. Deploying to Fly.io.
Expand All @@ -13,15 +13,15 @@ This project contains scripts for managing the frontend and server components of

### 1. `npm_install.sh`

**Description**: This script installs NPM dependencies for both the `frontend` and `server` components.
This script installs NPM dependencies for both the `frontend` and `server` components.

### 2. `fly_deploy.sh`

**Description**: This script deploys both the `frontend` and `server` components to `Fly.io.`
This script deploys both the `frontend` and `server` components to `Fly.io.`

### 3. `run_all_tasks.sh`

**Description**: This script performs both the `NPM installation` and `Fly.io deployment` tasks sequentially. It installs dependencies for both frontend and server, then deploys them.
This script performs both the `NPM installation` and `Fly.io deployment` tasks sequentially. It installs dependencies for both frontend and server, then deploys them.

### **Usage**:
1. Open your terminal.
Expand Down

0 comments on commit d71c2da

Please sign in to comment.