pacstall / website

Website for the Pacstall organization
https://pacstall.dev
GNU Affero General Public License v3.0
11 stars 10 forks source link
pacstall website

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