deno opensource ecommerce platform and point of sale features
Make sure deno
and docker
are installed
# copy env
cp .env.example .env
# start mysql
docker-compose up
# start the server
make start
# check formatting
make fmt
# unit test
make test
/admin
/products
and /admin/products
/plugin-one
git-flow