Introduction
Getting Started
Prerequisites.
Before running Amman your system will need to have a few things installed on your system.
Installation
Once you have initiated a new or opened an existing project you can install Amman via a package manager.
npm i @metaplex-foundation/amman
Add to Scripts (optional)
For ease of use you may wish to add the execution of Amman to your package.json scripts.
package.json
"scripts": {
...
"amman:start": "npx amman start"
},