/luuun-website

Luuun home page and wrapper for the wallet app.

Primary LanguageHTML

Getting started

Add a .production.env file to set the following environmental variable:

PROJECT_NAME=luuun-nginx
HOST_NAME=luuun-host
ENV_FILE=.production.env

Add the luuun server to you ~/.ssh/config file:

Host luuun-host     HostName 104.198.0.51
    Port 45
    User luuun
    IdentityFile ~/.ssh/keys/luuun-id-rsa