/moonbase

Primary LanguageJavaScriptMIT LicenseMIT

To create a local production enviorment, first download it to your machine:

git clone https://github.com/christiankesslers/moonbase-app.git

Go into the file directory:

cd moonbase-app

After opening the folder in your cmd line or IDE, open a terminal and type:

yarn

After installation finishes, initiate a production build with:

yarn dev

image