Skip to content

A pet project that dreams big but will fail bigger

Notifications You must be signed in to change notification settings

alcaprar/localgems

Repository files navigation

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

About

A pet project that dreams big but will fail bigger

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages