This repo is used to test the platform.
This repo consists of a Makefile called platform-test.mak
. We avoided calling it Makefile
in order to avoid conflicting with the Makefile that is copied over from template-infra when installing the template infrastructure.
Test installing template infrastructure
make -f platform-test.mak install-infra
Test installing NextJS application template
make -f platform-test.mak install-application-nextjs
Test installing Flask application template
make -f platform-test.mak install-application-flask
Cleanup after testing
make -f platform-test.mak clean