Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pacstall/website
- Owner: pacstall
- License: agpl-3.0
- Created: 2021-11-16T13:07:20.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T02:27:01.000Z (3 months ago)
- Last Synced: 2024-10-29T14:22:19.113Z (3 months ago)
- Topics: pacstall, website
- Language: TypeScript
- Homepage: https://pacstall.dev
- Size: 97.9 MB
- Stars: 11
- Watchers: 2
- Forks: 10
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Pacstall Website
## Stats
## 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
```