wizard-28 / website

Website for the Pacstall organization

Home Page:https://pacstall.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Website for the Pacstall organization

https://pacstall.dev

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 54.6%Language:Go 27.2%Language:CSS 13.3%Language:HTML 2.5%Language:Makefile 1.0%Language:Shell 0.8%Language:JavaScript 0.4%Language:Dockerfile 0.2%