Skip to content

helle253/athens-foundation

Repository files navigation

# Athens Progress Foundation Website

## Jekyll installation

[Jekyll Quickstart Docs](https://jekyllrb.com/docs/) lists the prerequisites for installing Jekyll for whatever OS you are using. Please refer to these documents to get started.

Assuming the jekyll prerequisites are installed, run the following command to install jekyll and bundler:

```shell
gem install jekyll bundler
```

Then, install the dependencies:

```shell
bundle install
```

## Local development

To run the site locally, navigate to the root directory of the project and run the following command:

```bash
bundle exec jekyll serve
```

In your browser, navigate to `http://localhost:4000/` to view the site.