A modified version of Bootstrap Clean Blog Jekyll to be used for Community Creativity 4 Development.
To run the website locally, you must first install Jekyll and git:
- Download and install Jekyll
- Download and install the latest release of git
- If you are installing git for MacOS or Linux follow these instructions to install the Git Credential Manager
- If you are installing git for Windows make sure Git Credential Manager Core is enabled.
- Open Command Prompt
- Navigate to desktop:
cd desktop
- Clone the repo:
git clone https://github.com/mrponuk/CC4D.git
- If this is your first time cloning a repo this should bring up the Github Credential Manager, make sure to sign in.
- Navigate to the CC4D root directory:
cd CC4D
- Run
bundle exec jekyll serve
- The website is now live. Go to your browser and enter:
https://127.0.0.1:4000/CC4D/
- The website is now live. Go to your browser and enter:
- Open Command Prompt
- Navigate to CC4D root directory
cd desktop/CC4D
- Pull the repo:
git pull origin main
- Run
bundle exec jekyll serve
- The website is now live. Go to your browser and enter:
https://127.0.0.1:4000/CC4D/
- The website is now live. Go to your browser and enter:
Have a bug or an issue with the website? Open a new issue here on GitHub.