afgalvan / pinapp-web

Home Page:https://pinapp.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

https://pinapp.vercel.app


Languages

Language:Svelte 87.5%Language:TypeScript 8.9%Language:JavaScript 1.8%Language:CSS 0.5%Language:Dockerfile 0.3%Language:HTML 0.3%Language:HCL 0.3%Language:Shell 0.2%