jacob-ebey / remix-ecommerce

ABANDONED
505 stars 87 forks source link

Request to add steps to run app in local #3

Closed samuelsunil closed 2 years ago

samuelsunil commented 2 years ago

Kindly add the steps to be able to run this app locally. Would love to take this for a spin to understand Remix in detail.

Thanks!

jacob-ebey commented 2 years ago
docker-compose up -d
npm install
npm run dev