This project houses the API to access the Liberland blockchain.
- Compatible Node.js and NPM versions. See the
enginesproperty of thepackage.jsonfile for which versions of each you should be running.If you're not running those versions, you can use version managers such as
nvmornto set up those versions.
Install all the necessary packages by running:
npm iTo run the development server:
npm startOnce loaded, the website should be available on port 8060 of your local machine. For example, http://localhost:8060.
The blockchain, centralized API (deployed on your local machine or connected to testnet) should be setup as well.
##Deployment
set environment in package.json pm2 start npm --name staging-middleware -- start