/localgems

A pet project that dreams big but will fail bigger

Primary LanguageTypeScript

Localgems

Local development

From the root of the project, it will start both backend and frontend:

npm run dev

Local strapi admin user:

Local shop user:

Docker

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