Deploily administration console
- Visual Studio code https://code.visualstudio.com/
- A working installations of Docker and Docker compose
git clone git@github.com:deploily/deploily-console.git
cd deploily-consoleAfter first clone
git submodule update --init --recursiveStart VSCode
code .In the Extensions menu, search for "Remote - Containers" and install it:

If VSCode dont detect the remote container:
- open the Command Palette (usually Ctrl or Command + Shift + P)
- and type ">Remote-Containers: Open Folder in Container",
- select it and choose the location of this project.
If you are prompted to Rebuild the container do it:

If the Rebuild prompt don't shows up :
- open the Command Palette (usually Ctrl or Command + Shift + P)
- and type ">Remote-Containers: Rebuild Container",
- select it.
First run or after adding new packages
cd deploily-console
npm installRun in developement mode
cd deploily-console
npm run devOpen http://localhost:3000 with your browser to see the result.
Check build
cd deploily-console
npm run build