We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf0bd56 commit 10f77edCopy full SHA for 10f77ed
docs/tools/dApp-development/launchpad/quickstart.md
@@ -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
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