Getting Started
This guide will walk you through the process of getting started with VladSwap development.
Prerequisites
Before you begin, you will need to have the following installed:
Installation
To get started, clone the VladSwap repository from GitHub and install the dependencies:
git clone https://github.com/vladimir-vamp/vladswap-docs.git
cd vladswap-docs
yarn install
Running the Development Server
Once the dependencies have been installed, you can start the development server:
yarn start
This will start a local development server and open up a browser window. Most changes are reflected live without having to restart the server.
Building the Project
To build a static version of the site, you can use the following command:
yarn build
This will generate a build directory containing all of the static assets for the site.
Running a VladSwap Node
To participate in the VladSwap network, you will need to run a vladswap-node. This is a specialized subrelay that is specifically configured to participate in the VladSwap marketplace.
For more information on how to run a vladswap-node, please see the Running a VladSwap Node documentation.