https://github.com/paramt/lighthouse-hacks
Official website for Port Credit's hackathon
https://github.com/paramt/lighthouse-hacks
Last synced: about 1 month ago
JSON representation
Official website for Port Credit's hackathon
- Host: GitHub
- URL: https://github.com/paramt/lighthouse-hacks
- Owner: paramt
- License: mit
- Created: 2019-10-21T19:49:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-20T05:25:39.000Z (over 3 years ago)
- Last Synced: 2025-01-25T18:29:38.356Z (over 1 year ago)
- Language: SCSS
- Homepage: https://lighthousehacks.ca
- Size: 1.56 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Editing Guide
## Basic
> No coding experience required
You can edit most of the content by simply editing the CSV files in [`_data/`](_data).
Just click on the file you wish to edit, click the pencil icon in the top left, make your changes, and then click the Commit changes button at the bottom. You should be able to see the changes on the website in a couple minutes.
## Advanced
> Some coding experience would be helpful
This site uses [Jekyll](https://jekyllrb.com/), which is a static site generator. To run the site locally:
### 1. Clone
```
git clone https://github.com/paramt/lighthouse-hacks.git
cd lighthouse-hacks
```
### 2. Install Jekyll
[Follow these instructions](https://jekyllrb.com/docs/installation/)
### 3. Run
Run these command from inside the `lighthouse-hacks` directory
```
bundle install
bundle exec jekyll serve
```
The site should be running at `localhost:4000`
### 4. Push
Once you're ready, commit and push your changes.