Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pacstall/website

Website for the Pacstall organization
https://github.com/pacstall/website

pacstall website

Last synced: 2 months ago
JSON representation

Website for the Pacstall organization

Awesome Lists containing this project

README

        

# The Pacstall Website

## Stats

Repobeats analytics image

## How to Run

First, clone this repo and go to its directory.

```sh
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

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

### Run it in Production

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