Skip to content

Commit

Permalink
docs: add quick start section
Browse files Browse the repository at this point in the history
  • Loading branch information
Cafe137 committed Aug 8, 2024
1 parent b93b66a commit 1774c36
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,22 @@
> Intended to be used with Bee version 2.1.0.
## Quick start

Start a Swarm project using TypeScript:

```sh
npm init swarm-app@latest my-dapp node-ts
```

or using Vite and TypeScript:

```sh
npm init swarm-app@latest my-dapp vite-tsx
```

Supported types are `node`, `node-esm`, `node-ts` and `vite-tsx`. Replace `my-dapp` with your project name.

## Install

```sh
Expand Down

0 comments on commit 1774c36

Please sign in to comment.