Skip to content

pacstall/website

Repository files navigation

The Pacstall Website

Stats

Repobeats analytics image

How to Run

First, clone this repo and go to its directory.

git clone https://github.com/pacstall/website
cd website

Then, choose an option below depending on if you're planning to make changes to the website or to just run it.

Run it for Development

docker-compose -f docker-compose.yml -f docker-compose.dev.yml up --force-recreate --build

Run it in Production

docker-compose pull && docker-compose down && docker-compose up -d