This API handles MCDocker accounts, uploaded containers and Microsoft Authentication. Without this MCDocker would lose most of its features.
An important file is required when setting up. The file required needs to be called .env
and have the following properties inside:
Insert template
After that you can follow these steps
- Make sure you have yarn installed
- Install all packages using the command
yarn
inside the workspace - Run either
yarn dev
for a hot-reload oryarn start
. In production purposes it should be ran using the compiled output provided bytsc
.