# DEX Installation

# Server Requirements

Requirements
OS Ubuntu, Debian
NGINX PROXY
NODE JS >= v12.2
YARN NPM >= v1.22
YARN NPM >= v1.22
CURL module
OpenSSL module

# Project Installation

  1. Unzip project files (project files given to you after purchase)
unzip project.zip
  1. Install Library Dependencies
yarn install
  1. Compile Project Files
yarn build
  1. Run the application
yarn start