Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 872 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 872 Bytes

moonbase.app

CI CD

It's as easy as 1-2-3 & Done.

  1. To create a local production environment, first download it to your machine and enter into the file directory::
git clone https://github.com/moonbasedao/moonbase-app.git && cd moonbase-app
  1. After opening the folder in your command line or IDE, open a terminal and type:
yarn install && yarn build
  1. After installation finishes, initiate a production build with:
yarn start

Then, the app is ready at http://localhost:3000

image