Convert spreadsheet data to web content
composer install./bin/appizy convert examples/demo-appizy.odsStart by building the Docker image:
# In ./bin/docker
docker build -t appizy-cli .Run Appizy in the container with:
docker run -it --rm -v "$PWD":/usr/src/myapp -w /usr/src/myapp appizy-cli ./bin/appizy convert examples/demo-appizy.odsor directly using the shell script that encapsulate this command:
./bin/docker/convert.sh examples/demo-appizy.odsRun unit tests inside the Docker container.
./bin/docker/phpunit.sh# in ./assets/js
karma start