A Grand Theft Auto V community roleplay server landing page built with Gatsby and hosted on GitHub Pages
-
Install Gatsby CLI:
npm i -g gatsby-cli
-
Clone the repository:
git clone git@github.com:purple-world/purple-world.github.io.git
-
Navigate to the project folder and install dependencies:
cd purple-world.github.io yarn
-
Start the development server:
gatsby develop
-
Generate a full static production build:
gatsby build
-
Preview the site as it will appear once deployed:
gatsby serve
- Content displayed on page such as texts and buttons can be modified through YAML files located in
/configuration/
subfolders.
- Push your commits to the
develop
branch. Github Actions will automatically build and deploy the site. Keep in mind there is a soft limit for the number of deploys - push your commits in batches.