Skip to content

Commit 10f77ed

Browse files
commit changes
1 parent bf0bd56 commit 10f77ed

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
## Prerequisites
2+
3+
- [Node](https://nodejs.org/en/download) version 18.x.x is recommended.
4+
- Anything above Node version 16.14.x is supported.
5+
- We recommend [https://github.com/nvm-sh/nvm]] for managing Node installations.
6+
7+
## Install the app
8+
9+
Open a terminal window and run the following command to install the launchpad:
10+
11+
```sh
12+
npm install -g @polygonlabs/dapp-launchpad
13+
```
14+
15+
## Initialize a new project
16+
17+
```sh
18+
dapp-launchpad init <PROJECT-NAME>
19+
```
20+
21+
This creates a new directory in your current directory, initializes a minimal dApp project, and installs the required packages.
22+
23+
### Project templates

0 commit comments

Comments
 (0)