It's as easy as 1-2-3 & Done.
- 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
- After opening the folder in your command line or IDE, open a terminal and type:
yarn install && yarn build
- After installation finishes, initiate a production build with:
yarn start
Then, the app is ready at http://localhost:3000