Skip to content

pspdev/pspdev.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6a3d933 · Apr 14, 2025
May 11, 2024
Apr 3, 2025
Jan 8, 2025
Apr 11, 2025
Oct 13, 2024
Sep 5, 2024
Oct 13, 2024
Apr 3, 2025
Aug 13, 2024
Feb 18, 2024
Apr 14, 2025
Apr 3, 2025
Apr 14, 2025
Apr 3, 2025
Apr 8, 2025
Apr 3, 2025
Apr 14, 2025
Apr 10, 2025
Apr 3, 2025

Repository files navigation

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.

Clone this repo from the terminal:

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:

bundle config set --local path 'vendor/bundle'
bundle install

To start the web server run:

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.

Contributing

If you want to contribute your changes feel free to open a pull request here.

Contributors 14