Skip to content

Commit

Permalink
Merge pull request #1557 from Genez-io/release
Browse files Browse the repository at this point in the history
Release 3.0.0
  • Loading branch information
vladiulianbogdan authored Dec 4, 2024
2 parents f1a78c2 + 91d772c commit 822b208
Show file tree
Hide file tree
Showing 25 changed files with 5,020 additions and 2,051 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ For more details on how to use `genezio`, you can check out the official [docume

- [Features](#features)
- [Getting Started](#getting-started)
- [Installation](#installation)
- [Create a new project](#create-a-new-project)
- [Test your project using the Test Interface](#test-your-project-using-the-test-interface)
- [Commands Summary](#commands-summary)
- [Examples deployed with genezio](#examples-deployed-with-`genezio`)
Expand Down Expand Up @@ -95,6 +97,30 @@ Check out our [Getting started](https://genezio.com/docs/getting-started) docume

For more details about the `genezio` CLI commands, run `genezio help` or `genezio [command] help`.

# Installation

To install the `genezio` CLI tool, run the following command:

```bash
npm install -g genezio
```

# Create a new project

Visit the [Genezio template page](https://app.genez.io/new-project) and create a new project. You can choose from a variety of templates or start from scratch.

If you want to create a new project from scratch, you can run the following command:

```bash
genezio create
```

If you already have a project you can either [import it from you GitHub repository](https://app.genez.io/import) or deploy it from your local machine using the following command:

```bash
genezio deploy
```

# Test your project using the Test Interface

You can also test your code locally by running the following command in the `server` directory.
Expand Down
1 change: 0 additions & 1 deletion hello.txt

This file was deleted.

Loading

0 comments on commit 822b208

Please sign in to comment.