Main repo of the PSPDEV GitHub Organization portal
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.
If you want to contribute your changes feel free to open a pull request here.