Frontend for building substrate blockchain using GUI
- On your computer
Once you have cloned the repo on your computer you can start configuring the frontend application by following next steps:
- Navigate to the root of the project
- Fill the
.env
file, example of the values can be copied from the.env.example
file
- Run
docker-compose up
- That's it!
(Note) If you've pulled new code files you'll have to rebuild the Docker image using docker-compose up --build
- Run
yarn
to install dependencies - Run the app with
yarn dev
or production build by usingyarn prod