Backend
Cloning the repo
Clone the repo to your machine
git clone https://github.com/pajicf/substrate-startkit-gui-apiCreating the .env file
Once you have cloned the repo on your computer you can start configuring the backend application by following next steps:
Navigate to the root of the project
In the root of the project, create
.envfileFill the
.envfile, example of the values can be copied from the.envor.env.example.dockerfile (NOTE: All values should be filled)
Last updated