Frontend for the Marugoto middleware (E-Learning Application for Story Telling).
npm install (please use node version 10)
npm run serve
npm run build
npm run lint
Using Makefile make build
allow to build a custom image
using a local env file, forn instance .env.production.local
BUILD_IMAGE=<your namespace>/marugoto-frontend \
NODE_ENV=test \
ENV_FILE=.env.production.local \
make build
Docker can also be used for development purposes (using .env file only)
BUILD_IMAGE=my-marugo-development make run-dev