https://github.com/pspdev/pspdev.github.io
The pspdev website
https://github.com/pspdev/pspdev.github.io
hacktoberfest psp
Last synced: 4 months ago
JSON representation
The pspdev website
- Host: GitHub
- URL: https://github.com/pspdev/pspdev.github.io
- Owner: pspdev
- License: unlicense
- Created: 2020-05-03T18:05:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2026-01-24T09:46:31.000Z (5 months ago)
- Last Synced: 2026-01-24T20:03:45.192Z (5 months ago)
- Topics: hacktoberfest, psp
- Language: C
- Homepage: https://pspdev.github.io/
- Size: 1.95 MB
- Stars: 9
- Watchers: 6
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# website
Main repo of the PSPDEV GitHub Organization portal
## Build locally
First, follow the instructions for your system to install the dependencies for building on [this page](https://jekyllrb.com/docs/installation/).
Clone this repo from the terminal:
```shell
git clone https://github.com/pspdev/pspdev.github.io.git
```
Go to the just created directory in the terminal and enter the following commands to install all required gems:
```shell
bundle config set --local path 'vendor/bundle'
bundle install
```
To start the web server run:
```shell
bundle exec jekyll serve
```
You can access the website at `http://localhost:4000`.
> [!Note]
> You can learn how this website deployed in the GitHub pipeline [here](https://jekyllrb.com/docs/continuous-integration/github-actions/).
## Contributing
If you want to contribute your changes feel free to open a pull request [here](https://github.com/pspdev/pspdev.github.io).