Step 1: Clone the repository (or unzip the project folder):
git clone https://github.com/Relionnn/petstore.git
cd petstoreStep 2: Install the necessary npm packages:
npm installStep 3: Run the app in development mode:
npm run devStep:1 Build your app for production:
npm run buildStep2: Run the app in production mode:
npm startNow you'll need to pick a host to deploy it to.
If you're familiar with deploying node applications, the built-in Remix app server is production-ready.
Make sure to deploy the output of remix build
build/public/build/