Clone the repo
git clone https://github.com/afgalvan/pinapp-web.git
Tools needed for local development.
- Installation
curl -fsSL https://bun.sh/install | bash
- Install Dependencies
bun install
- Run the project
bun run dev
- Build the docker Image
bash build.sh
- 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