Installation
This page explains how to install Axiom Genesis.
Prerequisites
- Node.js 16.0 or higher
- npm 7.0 or higher (or yarn 1.22+)
Installation Steps
1. Using npm
npm install axiom-genesis
2. Using yarn
yarn add axiom-genesis
3. From source
git clone https://github.com/axiom-genesis/axiom-genesis.git
cd axiom-genesis
npm install
npm run build
Verify Installation
To verify that Axiom Genesis was installed correctly, run:
npx axiom-genesis --version
You should see the version number displayed in your terminal.
Next Steps
Once installed, proceed to the Quick Start Guide to begin using Axiom Genesis.
Troubleshooting
If you encounter any issues during installation, please check the Getting Help section or visit our GitHub repository.