Before you begin, ensure you have the following installed on your system:
- Ruby (recommended version: 2.5.0 or higher)
- RubyGems
- GCC and Make
For installation instructions, visit the official Jekyll website.
- Clone or download the Repository: Clone the repository of your Jekyll website from GitHub to your local machine using the following command:
git clone https://github.com/avicndugu/autospeck.git
- Navigate to the Project Directory: Use the
cd
command to navigate into the project directory:
cd autospeck
- Install Dependencies: Run the following command to install the necessary dependencies for your Jekyll website:
bundle install
- Serve the Website: Once the dependencies are installed, you can serve your Jekyll website locally using the following command:
bundle exec jekyll serve
- View the Website: Open your web browser and navigate to
http://localhost:4000
to view your locally hosted Jekyll website.
Open sourced under the MIT license.
<3