From the root of the project, it will start both backend and frontend:
npm run dev
Local strapi admin user:
- admin@project.it
- Qwerty1234!
Local shop user:
- test@project.it
- Qwerty1234!
To build:
docker build -t localgems .
To run:
docker run -p 1337:1337 -p 8080:8080 -e API_BASE_URL=http://localhost:1337 localgems
Using docker compose
:
docker-compose up --build