Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

afgalvan/pinapp-web

Repository files navigation

Sabores del Valle Fluid System

Local development

Clone the repo

git clone https://github.com/afgalvan/pinapp-web.git

Tools needed for local development.

  1. Installation
curl -fsSL https://bun.sh/install | bash
  1. Install Dependencies
bun install
  1. Run the project
bun run dev

Run with Docker

  1. Build the docker Image
bash build.sh
  1. Run the container
  • With docker run
docker run \
  -p $port:80 \
  --name pinapp-web \
  --restart=always \
  -d \
  pinapp-web
  • With terraform
cd infra
terraform apply