Skip to content

Commit

Permalink
fix: Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alllenshibu committed Jun 26, 2024
1 parent 19da5d5 commit f70853f
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,11 @@ Techno Event Management is an event management suite which helps with managing a
Here's what you need to be able to run Techno Event:

- Node.js (version >= 18)
- PostgreSQL

### 1. Clone the repository

```shell
git clone https://github.com
git clone https://github.com/iedcmec/techno-event-management.git
cd techno-event-management
```

Expand All @@ -55,10 +54,10 @@ cd techno-event-management
pnpm install
```

### 3. Copy the environment variables to `.env`
### 3. Set up the development environment

```shell
cp .env.example .env
pnpm run setup
```

### 4. Run the dev server
Expand All @@ -67,6 +66,20 @@ cp .env.example .env
pnpm run dev
```

### 4.1 Only run the frontend dev server

```shell
cd apps/web-admin
pnpm run dev
```

### 4.2 Only run the backend dev server

```shell
cd apps/core-admin
pnpm run dev
```

### 5. Open the app in your browser

Visit [http://localhost:3000](http://localhost:3000) in your browser.
Expand Down

0 comments on commit f70853f

Please sign in to comment.