AngelProtocolFinance / angelprotocol-web-app

Repo for Angel Protocol's React web app
https://angelprotocol.io
GNU General Public License v3.0
3 stars 6 forks source link

angelprotocol-web-app

GETTING STARTED

Requirements

We recommend using a version manager like nvm. Assuming you are using nvm, you can install and use Node v18 with the following two commands:

nvm install v18
nvm use v18

We use yarn as a package manager. After installing yarn, simply run the package installer:

yarn install

Lastly, we have provided an example .env file as .env.template. You'll need to copy this file to .env and then modify/add your relevant app's settings, API Keys and the like:

cp .env.template .env

To run the web app server locally, simply execute:

yarn start